mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 12:35:44 +01:00
Make table not overflow
This commit is contained in:
parent
3a3d1baa6a
commit
1bb775b93b
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue