-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: inline radio item style specification #225
Conversation
@@ -450,6 +450,7 @@ | |||
margin-bottom: 0; | |||
padding-left: $label-offset; | |||
float: left; | |||
clear: left; |
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.
making it consistent for --small
radios.
@@ -374,7 +374,7 @@ | |||
// Inline radios | |||
// ========================================================= | |||
|
|||
.govie-radios--inline { | |||
&.govie-radios--inline { |
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.
ooooh, this was already there, but just missed the &
, right?
Good it's an easy fix!
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.
haha yes, there was already a class made for it 💪
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.
This looks great, thanks! 🚀
govie-radios--inline
to--medium
radios.govie-radios--inline
to--small
radios.Issue: 223
Tested it locally.
Before:
After: