diff --git a/customize.dist/src/less2/include/forms.less b/customize.dist/src/less2/include/forms.less index 979703514..8fe05380f 100644 --- a/customize.dist/src/less2/include/forms.less +++ b/customize.dist/src/less2/include/forms.less @@ -148,8 +148,8 @@ background-color: @cp_buttons-cancel; box-sizing: border-box; align-items: center; - line-height: 36px; - padding: 0 6px; + line-height: 20px; + padding: 8px 6px; white-space: nowrap; text-align: center; text-transform: uppercase; @@ -180,10 +180,6 @@ padding: 5px; height: auto !important; } - &.btn-confirm { - line-height: 20px; - padding: 8px 6px; - } &:hover, &:not(:disabled):not(.disabled):active, &:focus { color: @cp_buttons-fg; diff --git a/www/calendar/app-calendar.less b/www/calendar/app-calendar.less index bdf59fb6d..cbff3797b 100644 --- a/www/calendar/app-calendar.less +++ b/www/calendar/app-calendar.less @@ -39,7 +39,7 @@ .tui-full-calendar-confirm { span, i { - padding: 0.5rem; + padding: 0 0.5rem; } span { padding-left: 0;