mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-07 08:09:01 +02: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:
committed by
sharelatex
parent
545b57d6be
commit
f7b4ae1e1a
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user