Skip to content

Commit

Permalink
Fix slider flag alignment (right)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaspiterek committed Sep 22, 2023
1 parent 3021910 commit 4caf8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/theme/extras/blocks.less
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ figcaption {
display: flex;

&.right {
justify-content: right;
align-items: end;
}
}

Expand Down

0 comments on commit 4caf8cd

Please sign in to comment.