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

Tables in dashlets have a wrong display because of .label class should not be applied to td.label #529

Open
hansrossel opened this issue Sep 2, 2021 · 0 comments

Comments

@hansrossel
Copy link

.form-composite > legend, .label {
    display: inline;
}

is causing that tables in dashlets look wrong, td are compressed to the left side as very small columns.

Solution:

  • or the too general .label definition should be more specific
  • or for tables with td.label it should be overridden, so they get their normal behaviour again
td.label {
    display: table-cell;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant