We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that form.icinga-form select elements are cut off at top in Firefox.
Firefox:
Chrome:
View a Form with a Select Element, for example a Icinga DB Web Database Config, with Firefox.
This:
Mozilla Firefox 135.0.1
Icinga Web 2 Version 2.12.2 Git commit 79971cb PHP Version 8.2.27
icinga/icinga-php-thirdparty 0.12.1 icinga/icinga-php-library 0.14.1
The text was updated successfully, but these errors were encountered:
Seems to be the line-height here?
form.icinga-form select:not([multiple]), form.icinga-form input[type="datetime-local"] { // Compensate inconsistent select height calculations line-height: 1em; height: 2.25em; }
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I noticed that form.icinga-form select elements are cut off at top in Firefox.
Firefox:

Chrome:

To Reproduce
View a Form with a Select Element, for example a Icinga DB Web Database Config, with Firefox.
Expected behavior
This:

Your Environment
Mozilla Firefox 135.0.1
Icinga Web 2 Version 2.12.2
Git commit 79971cb
PHP Version 8.2.27
icinga/icinga-php-thirdparty 0.12.1
icinga/icinga-php-library 0.14.1
The text was updated successfully, but these errors were encountered: