Skip to content

Commit

Permalink
refactor: update flex property in document bar title style (#64092)
Browse files Browse the repository at this point in the history
Co-authored-by: amitraj2203 <amitraj2203@git.wordpress.org>
Co-authored-by: stokesman <presstoke@git.wordpress.org>
Co-authored-by: Rishit30G <rishit30g@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
  • Loading branch information
5 people authored Jul 31, 2024
1 parent 86735ca commit c3afc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/document-bar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

.editor-document-bar__title {
flex-grow: 1;
flex: 1;
overflow: hidden;
color: $gray-900;
gap: $grid-unit-05;
Expand Down

0 comments on commit c3afc37

Please sign in to comment.