adjust spacing of usergrid

pull/1/head
David Benqué 2019-12-09 11:34:00 +00:00
parent e9c0e1a710
commit f04d4e1010
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
& {
.cp-usergrid-container {
margin-bottom: 12px; // XXX add margin at bottom of user grids
margin-bottom: 12px !important; // even when last child of .msg
.cp-usergrid-grid {
display: flex;
flex-wrap: wrap;
@ -100,6 +100,7 @@
.cp-usergrid-user-name {
margin-left: 5px;
text-align: left;
line-height: 150%;
color: @cryptpad_text_col;
}
}