Fix preference table input field shifting when focusing

This commit is contained in:
Tulir Asokan 2018-12-29 13:25:04 +02:00
parent 316cb5d7a7
commit a46f756be7

View File

@ -63,7 +63,7 @@
box-sizing: border-box
padding: .375rem 0
padding: .375rem 0 calc(.375rem + 1px)
background-color: $background
font-size: 1rem
@ -82,3 +82,4 @@
&:focus
border-bottom: 2px solid $primary
padding-bottom: .375rem