Skip to content

Commit e9d093b

Browse files
committed
Override hardcoded save button width
The save button wrapper have a fixed width: https://github.com/scaleflex/filerobot-image-editor/blob/775f3cbc827755fda0f067265719df0787b355c8/packages/react-filerobot-image-editor/src/components/Topbar/SaveButton.jsx#L31 This PR override this hardcoded value to give it more flexibility. Signed-off-by: Louis Chemineau <louis@chmn.me>
1 parent a5c5066 commit e9d093b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/viewer/apps/viewer/src/components/ImageEditor.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,10 @@ export default {
496496
}
497497
498498
// Save button fixes
499+
.FIE_topbar-save-wrapper {
500+
width: auto !important;
501+
}
502+
499503
.FIE_topbar-save-button {
500504
color: var(--color-primary-text) !important;
501505
border: none !important;

0 commit comments

Comments
 (0)