JaMugen commited on
Commit
da6cd3f
·
1 Parent(s): 202d661

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +2 -0
styles.css CHANGED
@@ -1,8 +1,10 @@
 
1
  /* styles.css */
2
  /* Your CSS styles for the table */
3
  table {
4
  border-collapse: collapse;
5
  width: 100%;
 
6
  }
7
 
8
  th, td {
 
1
+
2
  /* styles.css */
3
  /* Your CSS styles for the table */
4
  table {
5
  border-collapse: collapse;
6
  width: 100%;
7
+ table-layout: fixed; /* Use fixed table layout */
8
  }
9
 
10
  th, td {