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;