From 0af1deaa00705fc81350809107aab7cfbed32447 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 20 Oct 2019 21:35:35 +0200 Subject: [PATCH] Fixed shared lists overflowing --- src/styles/theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/theme.scss b/src/styles/theme.scss index fb5067584..8094d2896 100644 --- a/src/styles/theme.scss +++ b/src/styles/theme.scss @@ -314,6 +314,10 @@ h1,h2,h3,h4,h5,h6{ .logout { text-align: right; } + + .column { + max-width: 100%; + } } .offline {