Skip to content

Commit

Permalink
[FIX] Invalid CSS syntax (#17541)
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan authored May 5, 2020
1 parent ca665fa commit 32c558f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/theme/client/imports/general/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
.rc-button-group {
display: flex;

margin: 0 calc(- var(--default-small-padding) / 2);
margin: 0 calc(var(--default-small-padding) / -2);

& .rc-button {
margin: 0 calc(var(--default-small-padding) / 2);
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32c558f

Please sign in to comment.