From fb7a77d23c005a44ab0fc8edbf51fe773f54b73a Mon Sep 17 00:00:00 2001 From: Greg Ross Date: Sat, 8 Sep 2018 12:43:57 -0400 Subject: [PATCH] Fix width of message container The app container wrapper inherits a 100% width from nextcloud which forces all messages to the bottom of the page below the contacts/settings panel. Override this so they show correctly. --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 3a90bbc..6b837a5 100644 --- a/css/style.css +++ b/css/style.css @@ -60,6 +60,7 @@ #app-content-wrapper { padding: 15px; + min-width: auto !important; min-height: auto !important; height: auto; }