Fix incorrect style for avatar flair icon preview.

This commit is contained in:
Guo Xiang Tan 2016-11-29 15:32:53 +08:00
parent e97efe3ac6
commit 06d501ad41
1 changed files with 9 additions and 7 deletions

View File

@ -3,6 +3,7 @@
display: table; display: table;
} }
.group-avatar-flair {
.avatar-flair { .avatar-flair {
$size: 40px; $size: 40px;
@ -14,6 +15,7 @@
font-size: $size !important; font-size: $size !important;
} }
} }
}
.group-avatar-flair, .group-name { .group-avatar-flair, .group-name {
display: table-cell; display: table-cell;