Fix incorrect style for avatar flair icon preview.
This commit is contained in:
parent
e97efe3ac6
commit
06d501ad41
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue