From 48557b599a2caa44958759f09313b699c39f017d Mon Sep 17 00:00:00 2001 From: Viktoria Cassel Date: Sun, 14 Aug 2022 22:34:13 +0200 Subject: [PATCH] Quick fix layout Firefox & Chrome --- components/ConnectionGrid.module.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/components/ConnectionGrid.module.scss b/components/ConnectionGrid.module.scss index 724bb8e..ba3d1b9 100644 --- a/components/ConnectionGrid.module.scss +++ b/components/ConnectionGrid.module.scss @@ -1,15 +1,16 @@ .connectionGrid { - th:not(:first-child) { + + th:not(:first-child) { max-width: 100px; overflow-wrap: break-word; word-break: break-word; text-align: left !important; - vertical-align: bottom; + vertical-align: top; hyphens: auto; writing-mode: vertical-rl; - transform: rotate(180deg); max-height: 140px; - } + transform: scale(-1, -1); + } th:first-child { max-width: 100px;