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

Force the messages container to full width (#247)

This commit is contained in:
Greg Ross
2018-06-30 04:26:22 -04:00
committed by Loïc Blot
parent bac897df2c
commit 33e5f5926d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -187,6 +187,10 @@
opacity: 1;
}
.ocsms-messages-container {
width: 100%;
}
.msg-spacer {
clear: both;
}