Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI Improvement - Fixed width for Custom Fields grouping tables #10066

Closed
cybarox opened this issue Aug 19, 2022 · 0 comments
Closed

UI Improvement - Fixed width for Custom Fields grouping tables #10066

cybarox opened this issue Aug 19, 2022 · 0 comments
Assignees
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application

Comments

@cybarox
Copy link
Contributor

cybarox commented Aug 19, 2022

NetBox version

v3.3.0

Feature type

New functionality

Proposed functionality

Since the introduction of Custom Fields grouping, a separate table is created for each group. Each of these tables has different widths of the individual columns depending on the content.

Due to the individual shifts, the readability of the custom field table is reduced.

For other card tables, the first column is set to a width of 25%.

If the width of the group tables were also set to 25%, it would greatly improve the readability of the table.

I have temporarily fixed it for myself with the following CSS lines in the Stylish Browser plugin:

.tab-content .row .col .card .card-body .table tbody tr td:first-child {
 	width: 25%;   
}
.tab-content .row .col .card .card-body .table tbody tr .min-width:first-child {
 	width: 1%;   
}

Use case

Improve the readability of the custom fields table.

Database changes

None

External dependencies

None

@cybarox cybarox added the type: feature Introduction of new functionality to the application label Aug 19, 2022
@jeremystretch jeremystretch added the status: accepted This issue has been accepted for implementation label Aug 22, 2022
@jeremystretch jeremystretch self-assigned this Aug 22, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
None yet
Development

No branches or pull requests

2 participants