Skip to content

Commit

Permalink
Fix alchemy-link-buttons layout
Browse files Browse the repository at this point in the history
We need to trick a bit with the width here, because
the flex container is calculating 4 items, while we have
5 buttons.
  • Loading branch information
tvdeyen committed Apr 5, 2024
1 parent 7a7eea9 commit 9007cbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/alchemy/elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,12 @@ alchemy-publish-element-button {
width: $icon-button-medium-width;
height: $icon-button-medium-height;
}

alchemy-link-buttons {
display: flex;
justify-content: space-between;
width: 38%;
}
}

.ingredient-editor.picture {
Expand Down

0 comments on commit 9007cbc

Please sign in to comment.