mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #1938 from overleaf/jel-login-line-height
Only apply custom line-height on login page to <hr/> GitOrigin-RevId: 43f8be3847de93f706fa04e5d09e19ff33fc0212
This commit is contained in:
parent
545b57d6be
commit
f7b4ae1e1a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,6 @@
|
|||
.login-register-text,
|
||||
.login-register-hr-text-container {
|
||||
margin: 0;
|
||||
line-height: 1;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
|
@ -51,6 +50,7 @@
|
|||
}
|
||||
|
||||
.login-register-hr-text-container {
|
||||
line-height: 1;
|
||||
position: relative;
|
||||
padding: @line-height-computed 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue