Skip to content

Commit 7ff9e2c

Browse files
authored
Merge pull request #1656 from nextcloud/artonge/fix/save_button_width
Override hardcoded save button width
2 parents a5c5066 + e9d093b commit 7ff9e2c

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)