mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Avoid line-breaks when showing the log icon.
This commit is contained in:
parent
b867c37d49
commit
54ec75d36a
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@
|
|||
font-weight: 700;
|
||||
|
||||
.fa {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
.entry-message {
|
||||
|
@ -138,7 +138,7 @@
|
|||
&:hover .line-no {
|
||||
color: inherit;
|
||||
.fa {
|
||||
display: inline-block;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue