1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-13 16:44:58 +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;
margin-bottom: 10px;
width: 100%;
table-layout: fixed;
}
table caption {
@@ -23,6 +24,7 @@ th {
padding: 6px;
text-align: left;
vertical-align: top;
word-wrap: break-word;
}
thead {