Skip to content

Commit

Permalink
File: Replace button margin with flex gap and enable wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
SainathPoojary committed Jan 23, 2025
1 parent 78acb6d commit dea0ece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-library/src/file/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
.wp-block-file__content-wrapper {
display: flex;
align-items: center;
gap: 0.75em;
flex-wrap: wrap;
flex-grow: 1;
}

Expand All @@ -48,6 +50,5 @@

.wp-block-file__button-richtext-wrapper {
display: inline-block;
margin-left: 0.75em;
}
}

0 comments on commit dea0ece

Please sign in to comment.