From ddc513995fe8a812db6ed0c3cfd6f19e176f46e7 Mon Sep 17 00:00:00 2001 From: DianaXWiki <139217939+DianaXWiki@users.noreply.github.com> Date: Fri, 9 Aug 2024 14:09:11 +0300 Subject: [PATCH] Add review changes #1369 --- customize.dist/src/less2/include/toolbar-history.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/toolbar-history.less b/customize.dist/src/less2/include/toolbar-history.less index 2ca7abc94..0f95c742e 100644 --- a/customize.dist/src/less2/include/toolbar-history.less +++ b/customize.dist/src/less2/include/toolbar-history.less @@ -34,11 +34,14 @@ flex-flow: column; .cp-toolbar-history-actions { width: 100%; - height: auto; margin: 0.6rem 0; + height: auto !important; .cp-history-actions-first { margin-right: 0 !important; } + button { + margin: 0.1rem !important; + } } .cp-toolbar-history-timeline { width: ~"calc(100% - 20px)";