1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-15 09:34:26 +02:00

Make table not overflow

This commit is contained in:
Felix
2020-05-30 14:03:47 -05:00
parent 3a3d1baa6a
commit 1bb775b93b

View File

@@ -12,6 +12,7 @@ table {
border-collapse: collapse; border-collapse: collapse;
margin-bottom: 10px; margin-bottom: 10px;
width: 100%; width: 100%;
table-layout: fixed;
} }
table caption { table caption {
@@ -23,6 +24,7 @@ th {
padding: 6px; padding: 6px;
text-align: left; text-align: left;
vertical-align: top; vertical-align: top;
word-wrap: break-word;
} }
thead { thead {