Padding needs to be more specific
This commit is contained in:
parent
edd17c6496
commit
11012a7fbd
|
@ -11,7 +11,6 @@
|
|||
}
|
||||
|
||||
.assigned-to {
|
||||
padding-left: 11px;
|
||||
.d-icon, i.fa {
|
||||
margin-right: 0.25em;
|
||||
color: $primary-medium;
|
||||
|
@ -21,6 +20,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.topic-body {
|
||||
.assigned-to {
|
||||
padding-left: 11px;
|
||||
}
|
||||
}
|
||||
|
||||
.cant-act-flagged-post {
|
||||
padding: 0.5em;
|
||||
border: 1px dashed $primary-medium;
|
||||
|
|
Loading…
Reference in New Issue