Add more left padding to fix focus highlight

pull/21833/head
Jorik Schellekens 2020-08-04 15:07:13 +01:00
parent 271eeeabee
commit a61cbc1a11
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ limitations under the License.
box-sizing: border-box;
height: $font-16px;
width: $font-16px;
margin-left: 1px; // For the highlight on focus
margin-left: 2px; // For the highlight on focus
border: $font-1-5px solid $radio-circle-color;
border-radius: $font-16px;