From 0f0e8527cd4df9ac2f5697df07f98e21c4603043 Mon Sep 17 00:00:00 2001
From: rhenck <richard.henck@iqb.hu-berlin.de>
Date: Thu, 4 Jan 2024 12:33:37 +0100
Subject: [PATCH] [editor] TextEditor: Improve styling of all controls

This makes the controls fit better into the fieldset box.
---
 .../editor/src/app/text-editor/rich-text-editor.component.scss  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/editor/src/app/text-editor/rich-text-editor.component.scss b/projects/editor/src/app/text-editor/rich-text-editor.component.scss
index 173f223d4..5bac57ea2 100644
--- a/projects/editor/src/app/text-editor/rich-text-editor.component.scss
+++ b/projects/editor/src/app/text-editor/rich-text-editor.component.scss
@@ -74,7 +74,7 @@ button.active {
   height: 55px;
   box-sizing: content-box !important;
   border-radius: 3px;
-  padding: 5px 5px 10px 5px;
+  padding: 2px 5px 15px 5px;
 }
 
 .fx-column-start-stretch {
-- 
GitLab