- saving;
This commit is contained in:
@@ -113,6 +113,18 @@
|
|||||||
&.fileselect {
|
&.fileselect {
|
||||||
.fileselectInner {
|
.fileselectInner {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
display: flex;
|
||||||
|
gap: 1rem;
|
||||||
|
|
||||||
|
> div {
|
||||||
|
flex: 1 1 50%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.fileselectInner__selectedFiles {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ const FileSelect = ({
|
|||||||
optionGroupChildren="items"
|
optionGroupChildren="items"
|
||||||
className="w-full md:w-14rem"
|
className="w-full md:w-14rem"
|
||||||
listStyle={{ maxHeight: '130px' }} />
|
listStyle={{ maxHeight: '130px' }} />
|
||||||
<div className="">
|
<div className="fileselectInner__selectedFiles">
|
||||||
<Button
|
<Button
|
||||||
severity="success"
|
severity="success"
|
||||||
label={__('Conferma selezionati', 'gepafin')} icon="pi pi-plus" size="small" iconPos="right" />
|
label={__('Conferma selezionati', 'gepafin')} icon="pi pi-plus" size="small" iconPos="right" />
|
||||||
|
|||||||
Reference in New Issue
Block a user