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