File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
plugins/plugin-codeflare/web/scss/components/Dashboard Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ @import " @kui-shell/plugin-client-common/web/scss/components/Card/_mixins" ;
18
+ @import " @kui-shell/plugin-client-common/web/scss/components/Editor/_mixins" ;
17
19
@import " @kui-shell/plugin-client-common/web/scss/components/Terminal/_mixins" ;
18
20
@import " @kui-shell/plugin-client-common/web/scss/components/Terminal/Maximized" ;
19
21
23
25
grid-template-areas : " T1" " T2" " T2" ;
24
26
}
25
27
28
+ @mixin Fill {
29
+ display : flex ;
30
+ flex-direction : column ;
31
+ flex : 1 ;
32
+ }
33
+
26
34
@include Scrollback {
27
35
@include Block {
28
36
@include IsMaximized {
29
- overflow : hidden ;
37
+ overflow : hidden ;
38
+
39
+ @include CardBody {
40
+ & > pre > .paragraph {
41
+ @include Fill ;
42
+ }
43
+ @include EditorInMarkdown {
44
+ @include Fill ;
45
+ }
46
+ }
30
47
}
31
48
@include MarkdownTabContent {
32
49
overflow : auto ;
You can’t perform that action at this time.
0 commit comments