-
Notifications
You must be signed in to change notification settings - Fork 356
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
Fixed placement alignment. #6238
Conversation
@miq-bot add_label bug |
@romanblanco please make a review, thanks |
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.
The changes are fixing the issue 👍
%span.help-block{"ng-show" => "angularForm.cloud_tenant_id.$error.required"} | ||
= _("Required") | ||
|
||
.placement{"ng-if" => "vm.securityGroupModel.ems_id"} |
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.
I feel like we don't need to introduce a new class for the div, and just use a regular %div
, since we don't have a special style for the placement
class:
.placement{"ng-if" => "vm.securityGroupModel.ems_id"} | |
%div{"ng-if" => "vm.securityGroupModel.ems_id"} |
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.
done
029b838
to
813f644
Compare
Checked commit Hchrast@813f644 with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
https://bugzilla.redhat.com/show_bug.cgi?id=1740647
Steps to Reproduce:
Before:
After: