Skip to content

Commit

Permalink
Merge pull request #7069 from surveyjs/fix-title-action-syles
Browse files Browse the repository at this point in the history
fix-title-action-styles
  • Loading branch information
andrewtelnov authored Oct 4, 2023
2 parents 95bee5c + f75c451 commit 1241c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common-styles/sv-titleactions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.sv-title-actions {
.sv-title-actions__title {
flex-wrap: wrap;
flex: 0 0 auto;
flex: 0 1 auto;
max-width: unset;
min-width: unset;
}
Expand Down

0 comments on commit 1241c00

Please sign in to comment.