Skip to content

Commit

Permalink
Added literal quotes for LESS (why is LESS so bad)
Browse files Browse the repository at this point in the history
  • Loading branch information
benaltair committed Apr 26, 2021
1 parent 2fac9f8 commit 539e30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/components/registrationForm.less
Expand Up @@ -123,7 +123,7 @@ fieldset {
.form-control {
all: revert;
padding: 0.5em;
width: calc(100% - 0.5em * 2); /* Would be better to use custom properties, but crashed CSS processing (#51) */
width: ~"calc(100% - 0.5em * 2)"; /* Would be better to use custom properties, but crashed CSS processing (#51) */
border-color: lightgrey;
border: 1px solid #ced4da;
border-radius: 0.3em;
Expand Down

0 comments on commit 539e30e

Please sign in to comment.