0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 05:52:42 +00:00

Update legacy and v3 styles

- removed wrap from legacy
- add :not([rowspan]) qualifier to wrap on v3.
This commit is contained in:
Gazook89
2021-08-26 12:00:56 -05:00
parent 5c46ecbebd
commit 50a8468995
2 changed files with 1 additions and 4 deletions

View File

@@ -542,7 +542,7 @@ body {
// * CLASS TABLE // * CLASS TABLE
// *****************************/ // *****************************/
.page .classTable{ .page .classTable{
th[colspan] { th[colspan]:not([rowspan]) {
white-space : nowrap; white-space : nowrap;
} }
&.frame { &.frame {

View File

@@ -408,9 +408,6 @@ body {
border-image-slice : 150 200 150 200; border-image-slice : 150 200 150 200;
border-image-source : @frameBorderImage; border-image-source : @frameBorderImage;
border-image-width : 47px; border-image-width : 47px;
th[colspan] {
white-space : nowrap;
}
h5{ h5{
margin-bottom : 10px; margin-bottom : 10px;
} }