Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -31,8 +31,8 @@
|
|
31 |
/* border-collapse: separate; */
|
32 |
border-collapse: collapse;
|
33 |
border-spacing: 0 10px;
|
34 |
-
|
35 |
-
table-layout: auto;
|
36 |
word-wrap: break-word;
|
37 |
}
|
38 |
|
|
|
31 |
/* border-collapse: separate; */
|
32 |
border-collapse: collapse;
|
33 |
border-spacing: 0 10px;
|
34 |
+
table-layout: fixed;
|
35 |
+
/* table-layout: auto; */
|
36 |
word-wrap: break-word;
|
37 |
}
|
38 |
|