Fix preference table input field shifting when focusing
This commit is contained in:
parent
316cb5d7a7
commit
a46f756be7
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
|
|
||||||
padding: .375rem 0
|
padding: .375rem 0 calc(.375rem + 1px)
|
||||||
background-color: $background
|
background-color: $background
|
||||||
|
|
||||||
font-size: 1rem
|
font-size: 1rem
|
||||||
|
@ -82,3 +82,4 @@
|
||||||
|
|
||||||
&:focus
|
&:focus
|
||||||
border-bottom: 2px solid $primary
|
border-bottom: 2px solid $primary
|
||||||
|
padding-bottom: .375rem
|
||||||
|
|
Loading…
Reference in a new issue