From b31bbebf7b664e14cc67a623066148b45c45d7b6 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 11 Oct 2017 17:11:38 +0200 Subject: [PATCH] Buttons are missing in whiteboard when zoomed in --- www/whiteboard/app-whiteboard.less | 1 + 1 file changed, 1 insertion(+) diff --git a/www/whiteboard/app-whiteboard.less b/www/whiteboard/app-whiteboard.less index b2bd789fc..1b1ac30c9 100644 --- a/www/whiteboard/app-whiteboard.less +++ b/www/whiteboard/app-whiteboard.less @@ -46,6 +46,7 @@ // contains user tools #cp-app-whiteboard-controls { display: flex; + flex-wrap: wrap; align-items: center; justify-content: center;