Arithmetic fix in _form.scss (#2169)
This commit is contained in:
parent
74ea18ecc5
commit
ca12dcd340
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ form {
|
|||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 5px / 2;
|
||||
margin-bottom: (5px / 2);
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
Loading…
Reference in a new issue