0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 17:42:38 +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
// *****************************/
.page .classTable{
th[colspan] {
th[colspan]:not([rowspan]) {
white-space : nowrap;
}
&.frame {

View File

@@ -408,9 +408,6 @@ 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;
}