Skip to content

Commit

Permalink
fix(styles): byline list thumbnail issue in safari (#3765)
Browse files Browse the repository at this point in the history
  • Loading branch information
platon-rov committed Aug 11, 2022
1 parent 602bcf3 commit 95aee1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/mixins/list/_list-byline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ $fd-list-byline-section-text-color: var(--sapContent_LabelColor) !default;
border-radius: 0.25rem;
font-size: 2.5rem;
color: var(--sapContent_NonInteractiveIconColor);

> svg {
height: 100%;
}
}

.#{$block}__content {
Expand Down

0 comments on commit 95aee1f

Please sign in to comment.