Disallow manage hosts page header buttons from wrapping text (#41654)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #41653 <img width="810" height="597" alt="Screenshot 2026-03-13 at 8 44 23 AM" src="https://github.com/user-attachments/assets/b5e7feff-e576-4c0d-a9ee-b2ef1a17a7ea" /> - [x] Changes file added for user-visible changes in `changes/` - [x] QA'd all new/changed functionality manually
This commit is contained in:
@@ -0,0 +1 @@
|
||||
- Fixed a bug where manage hosts page header button text would wrap and distort at certain widths.
|
||||
@@ -110,6 +110,10 @@
|
||||
.input-with-icon {
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.children-wrapper {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
&__header-left {
|
||||
|
||||
Reference in New Issue
Block a user