From fb0aae13c9cc45391029734441b4e20d478cf84a Mon Sep 17 00:00:00 2001 From: daria Date: Tue, 18 Mar 2025 11:49:00 +0200 Subject: [PATCH] fix text area --- customize.dist/src/less2/include/toolbar.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index c017b2098..ef7562972 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -67,6 +67,8 @@ //height: @toolbar_line-height; background-color: @cp_toolbar-bg; color: @cp_toolbar-fg; + display: flex; + flex-wrap: wrap; button { height: @toolbar_line-height !important; outline: 0;