mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +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:
parent
40aa908f2e
commit
fb7a77d23c
@ -60,6 +60,7 @@
|
||||
|
||||
#app-content-wrapper {
|
||||
padding: 15px;
|
||||
min-width: auto !important;
|
||||
min-height: auto !important;
|
||||
height: auto;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user