Crammed column views for mobile devices #17613
Labels
netbox
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Deployment Type
Self-hosted
NetBox Version
v4.1.1
Python Version
3.11
Steps to Reproduce
Expected Behavior
All columns display vertically (one above the other)
Observed Behavior
Columns behave horizontally, text overlaps (for lengthy values)
Additional information
This is the result of using
class="col col-md-6"
. An opportunity for improvement lies within addingcol-12
to the class list.This likely applies to the following templates:
The text was updated successfully, but these errors were encountered: