forked from AkkomaGang/akkoma-fe
fixed wrong height for selects
This commit is contained in:
parent
83b85cd412
commit
c3f8b713a7
1 changed files with 3 additions and 3 deletions
|
@ -119,7 +119,7 @@ input, textarea, .select {
|
|||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
height: 29px;
|
||||
height: 28px;
|
||||
line-height: 16px;
|
||||
hyphens: none;
|
||||
|
||||
|
@ -136,7 +136,7 @@ input, textarea, .select {
|
|||
height: 100%;
|
||||
color: $fallback--text;
|
||||
color: var(--text, $fallback--text);
|
||||
line-height: 29px;
|
||||
line-height: 28px;
|
||||
z-index: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
@ -156,7 +156,7 @@ input, textarea, .select {
|
|||
font-size: 14px;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
height: 29px;
|
||||
height: 28px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue