We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bde77f commit 82c6141Copy full SHA for 82c6141
src/components/vm/consoles/consoles.css
@@ -6,6 +6,7 @@
6
.pf-v5-c-console__vnc > div > div {
7
inline-size: 100%;
8
block-size: 100%;
9
+ max-block-size: 100%;
10
}
11
12
.pf-v5-c-console__actions {
@@ -42,5 +43,18 @@
42
43
44
45
.consoles-card {
- height: 100%;
46
+ block-size: 100%;
47
48
+}
49
+
50
+.consoles-page-expanded .pf-v5-c-console {
51
+ display: block;
52
53
54
+.consoles-page-expanded .pf-v5-c-console__vnc {
55
+ margin-bottom: 15px;
56
57
58
+.consoles-page-expanded .consoles-card .pf-v5-c-card__body {
59
+ max-block-size: calc(100% - 120px);
60
0 commit comments