UX: Large image placeholder alignment fix

This commit is contained in:
Vinoth Kanan 2017-11-15 18:50:16 +05:30
parent 5c11104f9f
commit c025fcffa5
1 changed files with 6 additions and 1 deletions

View File

@ -444,6 +444,11 @@ a.mention, a.mention-group {
font-size: 0.929em;
font-style: italic;
line-height: $base-line-height;
margin-bottom: 1px;
}
> span.badge-notification {
vertical-align: unset;
}
}
}