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)";