display cursors inline in modal notification.

This commit is contained in:
David Benqué 2020-03-11 16:57:57 +00:00
parent 928fe6c3dc
commit 291a84723f

View File

@ -74,8 +74,12 @@
background: #eee; background: #eee;
color: @cryptpad_text_col; color: @cryptpad_text_col;
font-size: 14px; font-size: 14px;
div {
display: inline;
}
.cp-kanban-cursors { .cp-kanban-cursors {
margin-top: 5px; display: inline;
margin-left: 5px;
} }
margin-bottom: 5px; margin-bottom: 5px;
} }