Spaces:
Sleeping
Sleeping
Update styles.css
Browse files- styles.css +1 -1
styles.css
CHANGED
|
@@ -11,12 +11,12 @@ th, td {
|
|
| 11 |
padding: 8px;
|
| 12 |
border: 1px solid black;
|
| 13 |
text-align: center;
|
|
|
|
| 14 |
}
|
| 15 |
|
| 16 |
th {
|
| 17 |
background-color: #f2f2f2;
|
| 18 |
font-weight: bold;
|
| 19 |
-
width: auto; /* Adjust the width here */
|
| 20 |
}
|
| 21 |
|
| 22 |
.timestamp {
|
|
|
|
| 11 |
padding: 8px;
|
| 12 |
border: 1px solid black;
|
| 13 |
text-align: center;
|
| 14 |
+
width: auto; /* Or specify a fixed width for th/td */
|
| 15 |
}
|
| 16 |
|
| 17 |
th {
|
| 18 |
background-color: #f2f2f2;
|
| 19 |
font-weight: bold;
|
|
|
|
| 20 |
}
|
| 21 |
|
| 22 |
.timestamp {
|