From 71a048067b603ef9fc3f270155b382a8a6ca64b0 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 22 Mar 2021 22:39:27 +0100 Subject: [PATCH] Remove .butt height and width from designer style Signed-off-by: William Desportes --- themes/bootstrap/scss/_designer.scss | 2 -- themes/pmahomme/scss/_designer.scss | 2 -- 2 files changed, 4 deletions(-) diff --git a/themes/bootstrap/scss/_designer.scss b/themes/bootstrap/scss/_designer.scss index d6b0a3760b..1d9bc87f24 100644 --- a/themes/bootstrap/scss/_designer.scss +++ b/themes/bootstrap/scss/_designer.scss @@ -219,8 +219,6 @@ canvas.designer { .butt { border: #47a solid 1px; font-weight: bold; - height: 19px; - width: 70px; background-color: #fff; color: #000; vertical-align: baseline; diff --git a/themes/pmahomme/scss/_designer.scss b/themes/pmahomme/scss/_designer.scss index 7491803f00..534bc40680 100644 --- a/themes/pmahomme/scss/_designer.scss +++ b/themes/pmahomme/scss/_designer.scss @@ -219,8 +219,6 @@ canvas.designer { .butt { border: #47a solid 1px; font-weight: bold; - height: 19px; - width: 70px; background-color: #fff; color: #000; vertical-align: baseline;