mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Et2Email: Fix popup padding
This commit is contained in:
parent
a673a6ac5f
commit
f5baa7ee60
@ -160,7 +160,7 @@ export default css`
|
|||||||
* Style for tag count if readonly and rows=1
|
* Style for tag count if readonly and rows=1
|
||||||
*/
|
*/
|
||||||
|
|
||||||
:host([readonly][rows="1"]) .email__combobox {
|
:host([readonly][rows='1']) .email__combobox {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
max-height: calc(var(--sl-input-height-medium) * 0.8);
|
max-height: calc(var(--sl-input-height-medium) * 0.8);
|
||||||
@ -200,6 +200,7 @@ export default css`
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
/* Same as .email__combobox */
|
/* Same as .email__combobox */
|
||||||
|
padding-inline: var(--sl-input-spacing-medium);
|
||||||
gap: 0.1rem 0.5rem;
|
gap: 0.1rem 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user