mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:39:53 +01:00
Fix stylelint nits
This commit is contained in:
parent
c7542e005c
commit
de9c84085d
1 changed files with 2 additions and 2 deletions
|
@ -32,6 +32,6 @@
|
|||
|
||||
.input-group .button_to .btn {
|
||||
margin-left: -1px;
|
||||
border-top-left-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue