Skip to content

Commit

Permalink
fix(radio): fix bullet scaling issue with firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis committed Mar 4, 2022
1 parent 54bf703 commit dbb2e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/themes/eea/modules/checkbox.variables
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

@bulletTop: 0;
@bulletLeft: 0px;
@bulletScale: (0.55);
@bulletScale: (0.558);
@bulletColor: @primaryColor;
@bulletRadius: @circularRadius;

Expand Down

0 comments on commit dbb2e27

Please sign in to comment.