From 291a84723faf46a0474433e42b059b0a3f547dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Wed, 11 Mar 2020 16:57:57 +0000 Subject: [PATCH] display cursors inline in modal notification. --- www/kanban/app-kanban.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/kanban/app-kanban.less b/www/kanban/app-kanban.less index 828b316ca..dc085fbe1 100644 --- a/www/kanban/app-kanban.less +++ b/www/kanban/app-kanban.less @@ -74,8 +74,12 @@ background: #eee; color: @cryptpad_text_col; font-size: 14px; + div { + display: inline; + } .cp-kanban-cursors { - margin-top: 5px; + display: inline; + margin-left: 5px; } margin-bottom: 5px; }