File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ export abstract class SelectModal<T> extends Modal {
77
77
}
78
78
79
79
async onOpen ( ) {
80
- const { contentEl} = this ;
80
+ const { contentEl, titleEl } = this ;
81
81
82
- contentEl . createEl ( 'h2' , { text : this . title } ) ;
82
+ titleEl . createEl ( 'h2' , { text : this . title } ) ;
83
83
contentEl . createEl ( 'p' , { text : this . description } ) ;
84
84
85
85
contentEl . addClass ( 'media-db-plugin-select-modal' ) ;
Original file line number Diff line number Diff line change @@ -23,11 +23,12 @@ small.media-db-plugin-list-text{
23
23
}
24
24
25
25
.media-db-plugin-select-modal {
26
- display : flex;
27
- flex-direction : column;
26
+ display : contents;
28
27
}
29
28
30
29
.media-db-plugin-select-wrapper {
30
+ display : flex;
31
+ flex-direction : column;
31
32
margin : 5px ;
32
33
flex : 1 ;
33
34
overflow-y : auto;
You can’t perform that action at this time.
0 commit comments