Et2Email: Fix popup padding

This commit is contained in:
nathan 2024-01-11 16:50:11 -07:00
parent a673a6ac5f
commit f5baa7ee60

View File

@ -160,7 +160,7 @@ export default css`
* Style for tag count if readonly and rows=1
*/
:host([readonly][rows="1"]) .email__combobox {
:host([readonly][rows='1']) .email__combobox {
overflow: hidden;
min-height: auto;
max-height: calc(var(--sl-input-height-medium) * 0.8);
@ -200,6 +200,7 @@ export default css`
flex-wrap: wrap;
/* Same as .email__combobox */
padding-inline: var(--sl-input-spacing-medium);
gap: 0.1rem 0.5rem;
}