Skip to content

Commit

Permalink
update padding again to address vertical pushdown of cipher selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingo88 committed Oct 10, 2023
1 parent 3913952 commit 2380833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/browser/src/popup/scss/pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ app-fido2 {
@include themify($themes) {
outline: none;
border-left: 5px solid themed("primaryColor");
padding-left: 7px;
padding: 3px 0px 3px 7px;
background-color: themed("headerBackgroundHoverColor");
color: themed("headerColor");
}
Expand Down

0 comments on commit 2380833

Please sign in to comment.