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 {