Spaces:
Sleeping
Sleeping
Update styles.css
Browse files- styles.css +4 -0
styles.css
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
|
|
|
|
|
|
|
| 2 |
table {
|
| 3 |
border-collapse: collapse;
|
| 4 |
width: 100%;
|
|
@@ -15,6 +17,7 @@ th, td {
|
|
| 15 |
th {
|
| 16 |
background-color: #f2f2f2;
|
| 17 |
font-weight: bold;
|
|
|
|
| 18 |
}
|
| 19 |
|
| 20 |
.timestamp {
|
|
@@ -26,3 +29,4 @@ th {
|
|
| 26 |
background-color: rgb(0, 0, 0);
|
| 27 |
color: rgb(255, 255, 255);
|
| 28 |
}
|
|
|
|
|
|
| 1 |
|
| 2 |
+
/* styles.css */
|
| 3 |
+
/* Your CSS styles for the table */
|
| 4 |
table {
|
| 5 |
border-collapse: collapse;
|
| 6 |
width: 100%;
|
|
|
|
| 17 |
th {
|
| 18 |
background-color: #f2f2f2;
|
| 19 |
font-weight: bold;
|
| 20 |
+
width: auto; /* Adjust the width here */
|
| 21 |
}
|
| 22 |
|
| 23 |
.timestamp {
|
|
|
|
| 29 |
background-color: rgb(0, 0, 0);
|
| 30 |
color: rgb(255, 255, 255);
|
| 31 |
}
|
| 32 |
+
|