Skip to content

Commit 67ada4c

Browse files
committed
100% height minus top/bottom padding
1 parent 19da73b commit 67ada4c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Umbraco.Web.UI.Client/src/packages/media/media/modals/image-cropper-editor/image-cropper-editor-modal.element.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,12 @@ export class UmbImageCropperEditorModalElement extends UmbModalBaseElement<
250250
flex: 1;
251251
}
252252
253+
umb-input-upload-field-svg {
254+
max-height: calc(100% - var(--uui-size-10) * 2);
255+
padding-block-start: var(--uui-size-10);
256+
padding-block-end: var(--uui-size-10);
257+
}
258+
253259
#main {
254260
flex: 1;
255261
background-color: var(--uui-color-surface);

0 commit comments

Comments
 (0)