From 97d6d4f43f97ffd189737ee9820dbd83f6f31c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Mon, 1 Oct 2018 14:32:21 +0200 Subject: [PATCH] Fix application style for NC 14 --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index c62c5ca..314cf05 100644 --- a/css/style.css +++ b/css/style.css @@ -219,6 +219,10 @@ } } +#app { + width: 100%; +} + #app-settings-content h2 { font-weight: bold; }