From 2b351690e5ef33c9579fa4814f3ddd176e762ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 6 Dec 2020 17:33:08 +0100 Subject: [PATCH] Fixes overflow issue in tables (#15840) --- sass/custom/_layout.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sass/custom/_layout.scss b/sass/custom/_layout.scss index acc24435d16..423d77b633a 100644 --- a/sass/custom/_layout.scss +++ b/sass/custom/_layout.scss @@ -49,6 +49,15 @@ html { z-index: 999; } +table { + table-layout: fixed; + width: 100%; + + th,td { + word-wrap: break-word; + } +} + @media only screen and (max-width: $lap-end) { #sidebar {