File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 21
21
--border-radius-circle : 50% ;
22
22
--opacity-disabled : 0.55 ;
23
23
--height-loading : 16rem ;
24
+ --min-height-textarea : 132px ;
24
25
--tab-size : 4 ;
25
26
}
26
27
@@ -493,7 +494,8 @@ ol.ui.list li,
493
494
}
494
495
495
496
.ui .form textarea : not ([rows ]) {
496
- height : 8em ; /* override fomantic default 12em */
497
+ height : var (--min-height-textarea ); /* override fomantic default 12em */
498
+ min-height : var (--min-height-textarea ); /* override fomantic default 8em */
497
499
}
498
500
499
501
/* styles from removed fomantic transition module */
Original file line number Diff line number Diff line change 1
1
.combo-markdown-editor {
2
2
width : 100% ;
3
- --height-textarea : 140px ;
4
3
}
5
4
6
5
.combo-markdown-editor markdown-toolbar {
38
37
.combo-markdown-editor textarea .markdown-text-editor {
39
38
display : block;
40
39
width : 100% ;
41
- min-height : var (--height-textarea );
42
- max-height : calc (100vh - var (--height-textarea ));
40
+ min-height : var (--min- height-textarea );
41
+ max-height : calc (100vh - var (--min- height-textarea ));
43
42
resize : vertical;
44
43
}
45
44
46
45
.combo-markdown-editor .CodeMirror-scroll {
47
- max-height : calc (100vh - var (--height-textarea ));
46
+ max-height : calc (100vh - var (--min- height-textarea ));
48
47
}
49
48
50
49
/* use the same styles as markup/content.css */
You can’t perform that action at this time.
0 commit comments