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
Firefox and MS Edge work correctly - the dropdown options are correctly aligned and react when clicked.
Nothing - except for the bottom 2 options - they work but they are misaligned.
The text was updated successfully, but these errors were encountered:
Confirm this behavior under Chrome 58 on Windows 10
Sorry, something went wrong.
#app-settings-content li .label-container elements need be floating to left This need add float: left; to string 276 of file css/src/style.scss
Fixed with 9ee6d23.
No branches or pull requests
Steps to reproduce
Expected behaviour
Firefox and MS Edge work correctly - the dropdown options are correctly aligned and react when clicked.
Actual behaviour
Nothing - except for the bottom 2 options - they work but they are misaligned.
The text was updated successfully, but these errors were encountered: