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

Lister column widths #917

Open
adrianbj opened this issue Jun 28, 2019 · 1 comment
Open

Lister column widths #917

adrianbj opened this issue Jun 28, 2019 · 1 comment
Labels

Comments

@adrianbj
Copy link

Short description of the issue

Since the Lister's recent changes, long field labels are now truncated.

image

Could we have the field column take up 2/3 and the "Value" option only 1/3 of the width?

@adrianbj
Copy link
Author

adrianbj commented Jul 1, 2020

I made a bit of a hack to this via AdminOnSteroids by adding these:

.InputfieldSelector .selector-row.has-subfield select.select-field {
    width: 28% !important;
}

.InputfieldSelector .selector-row.has-subfield .subfield {
    width: 10% !important;
}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants