mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-11 04:42:42 +00:00
Remove text wrapping from spanned header
This removes text wrapping from col-spanned headers inside a classtable...needed for half-tables that contain `--- Spells Slots per Spell Level ---` so they don't wrap to next line. Both v3 and Legacy
This commit is contained in:
@@ -407,6 +407,9 @@ body {
|
||||
border-image-slice : 150 200 150 200;
|
||||
border-image-source : @frameBorderImage;
|
||||
border-image-width : 47px;
|
||||
th[colspan] {
|
||||
white-space : nowrap;
|
||||
}
|
||||
h5{
|
||||
margin-bottom : 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user