mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Keep word breaks in table headers
This commit is contained in:
parent
993dac37f0
commit
072ccc5b63
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@
|
|||
.x .x_table{width:100%;margin-bottom:20px}
|
||||
.x .x_table th,
|
||||
.x .x_table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #dddddd}
|
||||
.x .x_table th{font-weight:bold}
|
||||
.x .x_table th{font-weight:bold;word-break:keep-all}
|
||||
.x .x_table thead th{vertical-align:bottom}
|
||||
.x .x_table caption+thead tr:first-child th,
|
||||
.x .x_table caption+thead tr:first-child td,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue