diff --git a/app/assets/stylesheets/alchemy/elements.scss b/app/assets/stylesheets/alchemy/elements.scss index 551d001b59..22b39a6367 100644 --- a/app/assets/stylesheets/alchemy/elements.scss +++ b/app/assets/stylesheets/alchemy/elements.scss @@ -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; } }