Skip to content

Commit

Permalink
Fix picture tags position
Browse files Browse the repository at this point in the history
After changing the picture thumbnail name height we need
to position the tags accordingly.
  • Loading branch information
tvdeyen committed Dec 12, 2023
1 parent b1c85a0 commit 4561b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/alchemy/archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ div.assign_image_list_image {
.picture_tags {
overflow: hidden;
position: absolute;
bottom: 22px;
bottom: 28px;
left: 0;
width: 100%;
max-height: 80%;
Expand Down

0 comments on commit 4561b7d

Please sign in to comment.