File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed
pages/home/components/database-manage-tags-modal Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ const FormDialog = (props: Props) => {
2121
2222 return (
2323 < Modal . Compose open = { isOpen } >
24- < Modal . Content . Compose
24+ < Modal . Content . Compose
25+ persistent
2526 className = { `${ styles . modal } ${ className } ` }
2627 onCancel = { onClose }
2728 >
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ export const ManageTagsModal = ({
104104 < FormDialog
105105 isOpen
106106 onClose = { onClose }
107+ className = { styles . manageTagsModal }
107108 header = {
108109 < div className = { styles . header } >
109110 < Title size = "M" > Manage tags for { instance . name } </ Title >
@@ -142,7 +143,6 @@ export const ManageTagsModal = ({
142143 </ div >
143144 </ >
144145 }
145- className = { styles . manageTagsModal }
146146 >
147147 < div className = { styles . tagForm } >
148148 < div className = { styles . tagFormHeader } >
Original file line number Diff line number Diff line change 11.manageTagsModal {
22 position : fixed !important ;
3- right : 0 ;
4- top : 0 ;
3+ right : 0 !important ;
54 width : 50% !important ;
65 height : 100% !important ;
76 max-height : 100% !important ;
87 overflow-y : auto ;
9- z-index : 1000 !important ;
10-
11- :global {
12- .euiModalFooter {
13- padding : 0 !important ;
14- background-color : inherit ;
15- }
16- }
178
189 .header {
1910 padding-left : 14px ;
2920 }
3021
3122 .addTagButton {
32- margin-left : 32 px ;
23+ margin-left : 12 px ;
3324 color : var (--euiColorPrimary ) !important ;
3425 }
3526
4435 }
4536
4637 .tagForm {
47- margin : 0 px 32 px ;
38+ margin : 20 px 12 px ;
4839 border : 1px solid var (--separatorColor );
4940 border-radius : 8px ;
5041
You can’t perform that action at this time.
0 commit comments