Spaces:
Runtime error
Runtime error
Update templates/company_profile.html
Browse files
templates/company_profile.html
CHANGED
@@ -117,14 +117,17 @@
|
|
117 |
|
118 |
th:nth-child(6),
|
119 |
td:nth-child(6) {
|
120 |
-
width:
|
121 |
}
|
122 |
|
123 |
th:nth-child(7),
|
124 |
td:nth-child(7) {
|
125 |
-
width:
|
|
|
|
|
|
|
|
|
126 |
}
|
127 |
-
|
128 |
.alert {
|
129 |
position: relative;
|
130 |
padding: 15px;
|
@@ -185,7 +188,7 @@
|
|
185 |
<div class="col-12">
|
186 |
<div class="card">
|
187 |
<div class="card-body table-container">
|
188 |
-
<table id="companyTable" class="
|
189 |
<thead>
|
190 |
<tr>
|
191 |
<th>Sno</th>
|
|
|
117 |
|
118 |
th:nth-child(6),
|
119 |
td:nth-child(6) {
|
120 |
+
width: 10%;
|
121 |
}
|
122 |
|
123 |
th:nth-child(7),
|
124 |
td:nth-child(7) {
|
125 |
+
width: 10%;
|
126 |
+
}
|
127 |
+
th:nth-child(8),
|
128 |
+
td:nth-child(8) {
|
129 |
+
width: 10%;
|
130 |
}
|
|
|
131 |
.alert {
|
132 |
position: relative;
|
133 |
padding: 15px;
|
|
|
188 |
<div class="col-12">
|
189 |
<div class="card">
|
190 |
<div class="card-body table-container">
|
191 |
+
<table id="companyTable" class=" table table-bordered table-striped">
|
192 |
<thead>
|
193 |
<tr>
|
194 |
<th>Sno</th>
|