Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -5
index.html
CHANGED
@@ -26,22 +26,21 @@
|
|
26 |
margin: 0 auto;
|
27 |
background-color: #fff;
|
28 |
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
|
|
29 |
}
|
30 |
th, td {
|
31 |
padding: 10px;
|
32 |
text-align: left;
|
33 |
border: 1px solid #ddd;
|
|
|
|
|
|
|
34 |
}
|
35 |
th {
|
36 |
background-color: #f7d9eb;
|
37 |
color: #333;
|
38 |
font-weight: bold;
|
39 |
}
|
40 |
-
td {
|
41 |
-
white-space: nowrap;
|
42 |
-
overflow: hidden;
|
43 |
-
text-overflow: ellipsis;
|
44 |
-
}
|
45 |
td.expandable {
|
46 |
cursor: pointer;
|
47 |
}
|
|
|
26 |
margin: 0 auto;
|
27 |
background-color: #fff;
|
28 |
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
29 |
+
table-layout: fixed;
|
30 |
}
|
31 |
th, td {
|
32 |
padding: 10px;
|
33 |
text-align: left;
|
34 |
border: 1px solid #ddd;
|
35 |
+
overflow: hidden;
|
36 |
+
text-overflow: ellipsis;
|
37 |
+
white-space: nowrap;
|
38 |
}
|
39 |
th {
|
40 |
background-color: #f7d9eb;
|
41 |
color: #333;
|
42 |
font-weight: bold;
|
43 |
}
|
|
|
|
|
|
|
|
|
|
|
44 |
td.expandable {
|
45 |
cursor: pointer;
|
46 |
}
|