1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +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

View File

@ -60,6 +60,7 @@
#app-content-wrapper {
padding: 15px;
min-width: auto !important;
min-height: auto !important;
height: auto;
}