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 {
7777 }
7878
7979 async onOpen ( ) {
80- const { contentEl} = this ;
80+ const { contentEl, titleEl } = this ;
8181
82- contentEl . createEl ( 'h2' , { text : this . title } ) ;
82+ titleEl . createEl ( 'h2' , { text : this . title } ) ;
8383 contentEl . createEl ( 'p' , { text : this . description } ) ;
8484
8585 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{
2323}
2424
2525.media-db-plugin-select-modal {
26- display : flex;
27- flex-direction : column;
26+ display : contents;
2827}
2928
3029.media-db-plugin-select-wrapper {
30+ display : flex;
31+ flex-direction : column;
3132 margin : 5px ;
3233 flex : 1 ;
3334 overflow-y : auto;
You can’t perform that action at this time.
0 commit comments