fix(SW-1043): styling fixes

This commit is contained in:
Tobias Johansson
2024-12-02 15:25:38 +01:00
parent 6f9fb4b620
commit f7cf1e9a2b
4 changed files with 7 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
border-width: 1px;
border-radius: var(--Corner-radius-Medium);
display: grid;
min-width: 0; /* allow shrinkage */
height: 60px;
padding: var(--Spacing-x1) var(--Spacing-x2);
transition: border-color 200ms ease;