Introduce adminCommentLabels and implement Toxic comment label

This commit is contained in:
Chi Vinh Le
2017-09-19 23:14:34 +07:00
parent b0219948a0
commit 7a4aae93b4
11 changed files with 70 additions and 11 deletions
@@ -1,4 +1,18 @@
.root {
display: flex;
justify-content: flex-end;
}
.coreLabels {
> *:not(:last-child) {
margin-right: 3px;
}
}
.slot {
&:not(:empty) {
padding-left: 3px;
}
> *:not(:last-child) {
margin-right: 3px;
}