mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Word wrap for quote buttons (#24620)
The button text was becoming multiline unnecessarily
This commit is contained in:
@@ -610,6 +610,10 @@ aside.quote {
|
||||
color: var(--tertiary);
|
||||
}
|
||||
}
|
||||
|
||||
.d-button-label {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.quote-sharing {
|
||||
|
||||
Reference in New Issue
Block a user