FIX: Word wrap for quote buttons (#24620)

The button text was becoming multiline unnecessarily
This commit is contained in:
Martin Brennan 2023-11-29 10:43:52 +10:00 committed by GitHub
parent dfd9c9b8d0
commit d40c0b698c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -610,6 +610,10 @@ aside.quote {
color: var(--tertiary);
}
}
.d-button-label {
white-space: nowrap;
}
}
.quote-sharing {