mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix spaces instead of tabs
This commit is contained in:
parent
04572f61bb
commit
f26f30e677
1 changed files with 3 additions and 3 deletions
|
@ -98,9 +98,9 @@
|
|||
margin-bottom: 9px;
|
||||
}
|
||||
.register-banner__password-error {
|
||||
padding: 5px 9px;
|
||||
border: none;
|
||||
border-radius: @btn-border-radius-base;
|
||||
padding: 5px 9px;
|
||||
border: none;
|
||||
border-radius: @btn-border-radius-base;
|
||||
}
|
||||
.screenshot {
|
||||
height: 600px;
|
||||
|
|
Loading…
Reference in a new issue