- saving;
This commit is contained in:
@@ -113,6 +113,18 @@
|
||||
&.fileselect {
|
||||
.fileselectInner {
|
||||
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"
|
||||
className="w-full md:w-14rem"
|
||||
listStyle={{ maxHeight: '130px' }} />
|
||||
<div className="">
|
||||
<div className="fileselectInner__selectedFiles">
|
||||
<Button
|
||||
severity="success"
|
||||
label={__('Conferma selezionati', 'gepafin')} icon="pi pi-plus" size="small" iconPos="right" />
|
||||
|
||||
Reference in New Issue
Block a user