Skip to content

Commit

Permalink
Fix position of insert content element button
Browse files Browse the repository at this point in the history
REDMINE-20384
  • Loading branch information
tf committed Aug 30, 2023
1 parent ccca32a commit 41c83a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
height: 0;
position: relative;
top: 1em;
text-align: center;
opacity: 0.8;
display: flex;
justify-content: center;
}

.hovered {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function renderPlaceholder(placeholder) {

return (
<div className={classNames(styles.group)}>
<div className={styles.inline}>
<div className={classNames(styles.box, styles.inline)}>
{placeholder}
</div>
</div>
Expand Down

0 comments on commit 41c83a3

Please sign in to comment.