mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
removing tiny left padding and big right margin from [+] button in calendar NM header
This commit is contained in:
parent
5cb0bc647c
commit
458519800d
@ -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;
|
||||
}
|
||||
|
||||
`,
|
||||
|
@ -3175,7 +3175,6 @@ div.et2_toolbar_more h.ui-accordion-header {
|
||||
float: left;
|
||||
height: 24px;
|
||||
white-space: nowrap;
|
||||
min-width: 50px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user