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:
@@ -60,6 +60,7 @@
|
||||
|
||||
#app-content-wrapper {
|
||||
padding: 15px;
|
||||
min-width: auto !important;
|
||||
min-height: auto !important;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user