-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Hacky fix for alignment of the create-organization dialog #6455
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6455 +/- ##
==========================================
- Coverage 39.39% 39.39% -0.01%
==========================================
Files 393 393
Lines 53271 53271
==========================================
- Hits 20988 20986 -2
- Misses 29297 29299 +2
Partials 2986 2986
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not the best way to fix this but at least it looks good :)
It truly is horrible and I'm both quite ashamed but also slightly proud of its hackery. Mostly it's just so we have something working for 1.8 so hopefully we'll get this properly fixed before too long. |
This PR suggests a somewhat hacky fix for the bug in #6376.
The issue is that semantic UI doesn't really provide an inline grouped radiobox format.
This PR hacks its way around this by creating empty labels to force semantic to display the radio boxes under each other.