File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/decap-cms-core/src/components/Editor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ export class EditorToolbar extends React.Component {
450
450
return canPublish || canCreate ? (
451
451
< ToolbarDropdown
452
452
dropdownTopOverlap = "40px"
453
- dropdownWidth = "150px "
453
+ dropdownWidth = "max-content "
454
454
key = "td-publish-create"
455
455
renderButton = { ( ) => (
456
456
< PublishedToolbarButton >
@@ -486,7 +486,7 @@ export class EditorToolbar extends React.Component {
486
486
return canCreate ? (
487
487
< ToolbarDropdown
488
488
dropdownTopOverlap = "40px"
489
- dropdownWidth = "150px "
489
+ dropdownWidth = "max-content "
490
490
renderButton = { ( ) => (
491
491
< PublishedToolbarButton > { t ( 'editor.editorToolbar.published' ) } </ PublishedToolbarButton >
492
492
) }
@@ -511,7 +511,7 @@ export class EditorToolbar extends React.Component {
511
511
< div >
512
512
< ToolbarDropdown
513
513
dropdownTopOverlap = "40px"
514
- dropdownWidth = "150px "
514
+ dropdownWidth = "max-content "
515
515
renderButton = { ( ) => (
516
516
< PublishButton >
517
517
{ isPersisting
You can’t perform that action at this time.
0 commit comments