assure a minimum width of the variant picker modal
This commit is contained in:
@@ -142,6 +142,11 @@ export class UmbDocumentVariantPickerModalElement extends UmbModalBaseElement<
|
||||
static styles = [
|
||||
UmbTextStyles,
|
||||
css`
|
||||
:host {
|
||||
display: block;
|
||||
width: 400px;
|
||||
max-width: 90vw;
|
||||
}
|
||||
#subtitle {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@@ -17,6 +17,5 @@ export const UMB_DOCUMENT_LANGUAGE_PICKER_MODAL = new UmbModalToken<
|
||||
>(UMB_DOCUMENT_VARIANT_PICKER_MODAL_ALIAS, {
|
||||
modal: {
|
||||
type: 'dialog',
|
||||
size: 'small',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user