1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 08:23:00 +00:00

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.
This commit is contained in:
Greg Ross
2018-09-08 12:43:57 -04:00
committed by Loïc Blot
parent 40aa908f2e
commit fb7a77d23c
+1
View File
@@ -60,6 +60,7 @@
#app-content-wrapper {
padding: 15px;
min-width: auto !important;
min-height: auto !important;
height: auto;
}