V3: Content-title and Controls wrap on mobile #5205

Closed
opened 2025-12-29 19:25:26 +01:00 by adam · 2 comments
Owner

Originally created by @bellwood on GitHub (Aug 19, 2021).

NetBox version

v3.0-beta2

Python version

3.9

Steps to Reproduce

IMG_0075

Expected Behavior

Content-title and Controls should be in the same line / horizontal plane.

Observed Behavior

In portrait mode, the content title, here "IP Addresses" and the control buttons on the right, are on different lines.

In landscape mode, they share the same horizontal space/plane, reducing whitespace.

Originally created by @bellwood on GitHub (Aug 19, 2021). ### NetBox version v3.0-beta2 ### Python version 3.9 ### Steps to Reproduce ![IMG_0075](https://user-images.githubusercontent.com/2453632/130109200-8d1e27a7-2312-4725-8e09-6250ee7d2fec.jpeg) ### Expected Behavior Content-title and Controls should be in the same line / horizontal plane. ### Observed Behavior In portrait mode, the content title, here "IP Addresses" and the control buttons on the right, are on different lines. In landscape mode, they share the same horizontal space/plane, reducing whitespace.
adam closed this issue 2025-12-29 19:25:26 +01:00
Author
Owner

@jeremystretch commented on GitHub (Aug 20, 2021):

This is intentional. Some views have longer titles and/or additional buttons, and trying to squeeze them all into a single line looks very bad.

@jeremystretch commented on GitHub (Aug 20, 2021): This is intentional. Some views have longer titles and/or additional buttons, and trying to squeeze them all into a single line looks very bad.
Author
Owner

@bellwood commented on GitHub (Aug 20, 2021):

This is intentional. Some views have longer titles and/or additional buttons, and trying to squeeze them all into a single line looks very bad.

Makes sense. Any thoughts about placing controls in the same vertical plane as the tabs then?

@bellwood commented on GitHub (Aug 20, 2021): > This is intentional. Some views have longer titles and/or additional buttons, and trying to squeeze them all into a single line looks very bad. Makes sense. Any thoughts about placing controls in the same vertical plane as the tabs then?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5205