Skip to content

Commit

Permalink
fix(blockquote): Fixing styles for the cite element - FRONT-4306 (#3288)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Mar 18, 2024
1 parent 12a51f0 commit 766574c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ $blockquote: null !default;
align-items: center;
color: map.get($blockquote, 'author', 'color');
content: '';
display: inline-flex;
display: block;
height: 100%;
left: 0;
position: absolute;
top: -1px;
top: -6px;
}
}

Expand Down

1 comment on commit 766574c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.