Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit ccd41f0

Browse files
committed
fix(plugins/plugin-client-common): live tables too thin when sidecar is open
Fixes #4029 Fixes #4031
1 parent 50c7e10 commit ccd41f0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

plugins/plugin-client-common/web/css/static/Form.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
grid-row-gap: 1em;
77
grid-template-columns: repeat(auto-fill, minmax(15em, auto));
88
flex: unset;
9+
10+
.bx--form-item {
11+
font-size: 0.875em;
12+
}
913
}
1014

1115
.bx--text-input {

plugins/plugin-client-common/web/scss/components/Table/tables.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ body[kui-theme-style] .repl.sidecar-visible {
150150
.repl-result {
151151
width: 100%;
152152

153+
[data-table-watching] {
154+
width: 100%;
155+
}
153156
.bx--data-table-container {
154157
width: 100%;
155158
.bx--data-table {

0 commit comments

Comments
 (0)