From 50a8468995c0487ce6397119052ee71ec33b6039 Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Thu, 26 Aug 2021 12:00:56 -0500 Subject: [PATCH] Update legacy and v3 styles - removed wrap from legacy - add :not([rowspan]) qualifier to wrap on v3. --- themes/5ePhb.style.less | 2 +- themes/5ePhbLegacy.style.less | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index ff0b2f189..8179ea97f 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -542,7 +542,7 @@ body { // * CLASS TABLE // *****************************/ .page .classTable{ - th[colspan] { + th[colspan]:not([rowspan]) { white-space : nowrap; } &.frame { diff --git a/themes/5ePhbLegacy.style.less b/themes/5ePhbLegacy.style.less index 65fff2ba0..d814d4036 100644 --- a/themes/5ePhbLegacy.style.less +++ b/themes/5ePhbLegacy.style.less @@ -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; }