mirror of
https://github.com/discourse/discourse.git
synced 2025-02-14 23:35:00 +00:00
29 lines
422 B
SCSS
29 lines
422 B
SCSS
.flag-counts {
|
|
display: inline-block;
|
|
margin-right: 0.5em;
|
|
|
|
.type-count {
|
|
color: $primary-medium;
|
|
font-size: 0.9em;
|
|
}
|
|
}
|
|
|
|
.flagged-topic {
|
|
td.topic-title {
|
|
width: 400px;
|
|
a {
|
|
width: 400px;
|
|
display: inline-block;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
}
|
|
|
|
.flagged-topic-details {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
}
|