fix: consistent height and focus states
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
border-radius: var(--Corner-radius-md);
|
||||
display: grid;
|
||||
min-width: 0; /* allow shrinkage */
|
||||
height: 60px;
|
||||
padding: var(--Space-x1) var(--Space-x2);
|
||||
height: 56px;
|
||||
padding: var(--Space-x15);
|
||||
box-sizing: border-box;
|
||||
cursor: text;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user