1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

Add a min-width to app-mailbox-peers

This commit is contained in:
Loic Blot 2018-11-10 17:42:07 +01:00
parent 8fc3a63d51
commit 39d46e2aeb
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

View File

@ -1,5 +1,6 @@
/* Navigation: folder like structure */ /* Navigation: folder like structure */
#app-mailbox-peers { #app-mailbox-peers {
min-width: 20em;
height: 100%; height: 100%;
float: left; float: left;
box-sizing: border-box; box-sizing: border-box;