Skip to content

Commit

Permalink
Merge pull request #2844 from tvdeyen/fix-picture-css-class-display
Browse files Browse the repository at this point in the history
UI fixes for picture css class display
  • Loading branch information
tvdeyen authored Apr 18, 2024
2 parents dfcb1c8 + 7cf54db commit 75142e4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/assets/stylesheets/alchemy/elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -641,15 +641,13 @@ alchemy-publish-element-button {
.picture_ingredient_css_class {
position: absolute;
z-index: 1;
bottom: 24px;
width: 99px;
background-color: white;
bottom: 34px;
background-color: rgba(255, 254, 255, 0.7);
padding: 4px 8px;
font-size: $small-font-size;
text-align: right;
height: 12px;
overflow: hidden;
max-width: 100%;
text-overflow: ellipsis;
}
}

Expand Down

0 comments on commit 75142e4

Please sign in to comment.