DEV: CSS truncation followup
After merging this
58fe78bf28 (diff-fed21847d651f6eb2cc76abbd770f5f8)
I noticed that the code I'm removing in this commit is causing text to be truncated a bit early on desktop. So, I'm removing it for now.
This commit is contained in:
parent
2550c5bd03
commit
c3560a66f3
|
@ -261,12 +261,6 @@
|
|||
color: var(--header_primary);
|
||||
display: block;
|
||||
@include ellipsis;
|
||||
// Some characters like '/' and 'j' can be wider than the font's em-box
|
||||
// this causes some left/right text clipping with overflow hidden
|
||||
// extra padding adds space to account for this; negative margin repositions
|
||||
$wiggle-room: 0.15em;
|
||||
padding-left: $wiggle-room;
|
||||
margin-left: -#{$wiggle-room};
|
||||
}
|
||||
.topic-statuses {
|
||||
.d-icon {
|
||||
|
|
Loading…
Reference in New Issue