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;
.fa {
display: none;
opacity: 0;
}
}
.entry-message {
@ -138,7 +138,7 @@
&:hover .line-no {
color: inherit;
.fa {
display: inline-block;
opacity: 1;
}
}