Avoid line-breaks when showing the log icon.

This commit is contained in:
Paulo Reis 2016-07-06 15:55:36 +01:00
parent b867c37d49
commit 54ec75d36a

View file

@ -122,7 +122,7 @@
font-weight: 700; font-weight: 700;
.fa { .fa {
display: none; opacity: 0;
} }
} }
.entry-message { .entry-message {
@ -138,7 +138,7 @@
&:hover .line-no { &:hover .line-no {
color: inherit; color: inherit;
.fa { .fa {
display: inline-block; opacity: 1;
} }
} }