FIX: mixed texts when mixing rtl/ltr text in topic tile on categories page

This commit is contained in:
Joffrey JAFFEUX 2018-07-08 08:37:12 +02:00 committed by GitHub
parent 4852e5df34
commit 9f558d7e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -58,6 +58,9 @@
.featured-topic {
margin: 10px 0 0;
display: flex;
align-items: center;
flex-wrap: wrap;
&:first-of-type {
margin-top: 13px;
@ -73,13 +76,9 @@
color: dark-light-choose($primary-medium, $secondary-high);
}
.topic-post-badges {
position: relative;
top: -2px;
}
.badge-notification.new-posts {
margin: 0 2px;
.topic-post-badges .badge.new-posts,
.title {
margin-right: 5px;
}
}