FIX: Word wrap for quote buttons (#24620)
The button text was becoming multiline unnecessarily
This commit is contained in:
parent
dfd9c9b8d0
commit
d40c0b698c
|
@ -610,6 +610,10 @@ aside.quote {
|
||||||
color: var(--tertiary);
|
color: var(--tertiary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.d-button-label {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote-sharing {
|
.quote-sharing {
|
||||||
|
|
Loading…
Reference in New Issue