From 16e0f515dc7e5be495b87896d1596ddf54241316 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 20 Oct 2020 12:10:56 +0200 Subject: [PATCH] make text not sprawl across screen on large monitors --- src/ui/web/css/themes/element/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ui/web/css/themes/element/theme.css b/src/ui/web/css/themes/element/theme.css index fd6b73c4..22b5ebf7 100644 --- a/src/ui/web/css/themes/element/theme.css +++ b/src/ui/web/css/themes/element/theme.css @@ -550,6 +550,10 @@ ul.Timeline > li.messageStatus .message-container > p { margin: 16px 0 8px 0; } +.Settings p { + max-width: 700px; +} + .Settings .row .label { font-weight: 600; }