Skip to content

Commit

Permalink
fix(styles): link in quick view width bug (#3896)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerodonnell89 committed Oct 4, 2022
1 parent c76f3ce commit d953c21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/quick-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ $fd-quick-view-group-item-indent: 0.75rem;

.#{$fd-namespace}-form-item {
padding-top: $fd-quick-view-group-item-indent;

.#{$fd-namespace}-link {
align-self: flex-start;
}
}

.#{$fd-namespace}-title {
Expand Down

0 comments on commit d953c21

Please sign in to comment.