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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user