Skip to content
Snippets Groups Projects
Commit c701507b authored by Staicu Ionut's avatar Staicu Ionut
Browse files

Removed float on emoji

-`remove comment` button will not make the text jump anymore.
parent 923eb89c
No related branches found
No related tags found
1 merge request!1534Removed float on emoji
Loading
Loading
@@ -43,7 +43,9 @@
padding: 8px 0;
overflow: hidden;
display: block;
position:relative;
img {float: left; margin-right: 10px;}
img.emoji {float:none;margin:0;}
.note-author cite{font-style: italic;}
p { color:$style_color; }
.note-author { color: $style_color;}
Loading
Loading
@@ -55,7 +57,9 @@
 
.delete-note {
display:none;
float:right;
position:absolute;
right:0;
top:0;
}
 
&:hover {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment