1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-02 09:43:29 +00:00

[pm-28613] Hardcode min-height

Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>
This commit is contained in:
Ben Brooks
2026-01-20 09:26:15 -08:00
parent cb162c12dc
commit 105ee67371

View File

@@ -51,6 +51,7 @@ const cipherItemRowStyles = ({ theme }: { theme: Theme }) => css`
background-color: ${themes[theme].background.DEFAULT};
padding: ${spacing["2"]} ${spacing["3"]};
min-height: min-content;
min-height: 36px;
max-height: 52px;
overflow-x: hidden;
white-space: nowrap;