Skip to content

Commit

Permalink
Merge pull request openshift#7450 from TheRealJon/1898679
Browse files Browse the repository at this point in the history
Bug 1898679: Fix .co-required class styling
  • Loading branch information
openshift-merge-robot authored Dec 16, 2020
2 parents f65711d + 88bc310 commit a0baee4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions frontend/public/style/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
flex-flow: row-reverse;
}

.co-required {
position: relative;
&:after {
color: $color-pf-red-200;
content: '*';
font-size: $font-size-base;
padding-left: 3px;
position: absolute;
top: 0;
}
.co-required > * {
display: inline-block;
}

.co-required:after {
color: $color-pf-red-200;
content: '*';
font-size: $font-size-base;
padding-left: 3px;
vertical-align: top;
}

.co-form-heading__popover {
Expand Down

0 comments on commit a0baee4

Please sign in to comment.