Files
piratepoet/assets/css/src/components-form-editor/_header.scss
Rostislav Wolny 64f13ccc29 Fix spacing of buttons in top bar
[MAILPOET-3253]
2021-01-18 11:10:30 +01:00

10 lines
158 B
SCSS

.mailpoet-editor-header-button {
padding-left: 8px;
padding-right: 8px;
@media (min-width: 600px) {
margin-right: 12px;
padding: 0 12px;
}
}