diff options
| author | Bobby <[email protected]> | 2026-03-08 15:45:22 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-03-08 15:45:22 +0530 |
| commit | 0f254730178c9b0d9b171fef49993071a4b6a0f1 (patch) | |
| tree | fa6e600900b0bd5d61eb026b1485e4b1d079d042 /static/css/tailwind.css | |
| parent | b2a231280ce3265d20cdc5f317ae1bcc5eb59924 (diff) | |
| download | dove-0f254730178c9b0d9b171fef49993071a4b6a0f1.tar.xz dove-0f254730178c9b0d9b171fef49993071a4b6a0f1.zip | |
feat(webmail): enhance tag input display and improve dropdown menu styles
Diffstat (limited to 'static/css/tailwind.css')
| -rw-r--r-- | static/css/tailwind.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/tailwind.css b/static/css/tailwind.css index bc7f853..d741e81 100644 --- a/static/css/tailwind.css +++ b/static/css/tailwind.css @@ -458,6 +458,10 @@ input:-webkit-autofill:focus { min-width: 0; } +.webmail-tag-input .tags-container > span { + display: contents; +} + .webmail-tag { display: inline-flex; align-items: center; |
