Skip to content

Commit

Permalink
fix(ui): patch css of login form to have padding between checkbox and…
Browse files Browse the repository at this point in the history
… label
  • Loading branch information
lanathlor authored and regit committed Dec 6, 2024
1 parent 45b2d52 commit ad8caec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/static/rules/static.css
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ div#highlight_info {
display: grid;
grid-template-columns: min-content 1fr;
align-items: center;
justify-items: center;
margin-bottom: 0;
font-weight: inherit;
cursor: pointer;
Expand All @@ -529,6 +528,7 @@ div#highlight_info {
cursor: inherit;
transition: all 0.2s;
position: relative;
margin-right: 1rem;
}
.login__checkbox input:hover {
backdrop-filter: blur(3px);
Expand Down

0 comments on commit ad8caec

Please sign in to comment.