Skip to content

Commit 963d3f3

Browse files
artongebackportbot-nextcloud[bot]
authored andcommitted
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 <[email protected]>
1 parent 13a364d commit 963d3f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)