removing tiny left padding and big right margin from [+] button in calendar NM header

This commit is contained in:
ralf 2022-08-11 11:15:09 +02:00
parent 5cb0bc647c
commit 458519800d
2 changed files with 1 additions and 2 deletions

View File

@ -103,7 +103,7 @@ export class Et2Button extends Et2InputWidget(SlButton)
.button--has-prefix:not(.button--has-label) {
justify-content: center;
width: var(--sl-input-height-medium);
padding-inline-start: var(--sl-spacing-small);
padding-inline-start: 0;
}
`,

View File

@ -3175,7 +3175,6 @@ div.et2_toolbar_more h.ui-accordion-header {
float: left;
height: 24px;
white-space: nowrap;
min-width: 50px;
display: flex;
}