Skip to content

Commit 8f327cd

Browse files
myan9starpit
authored andcommitted
fix(plugins/plugin-client-common): table container should only be width:100% for table not display-as-grid
Fixes #4871
1 parent 2307d2f commit 8f327cd

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-client-common/web/scss/components/Table

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ body .bx--data-table {
151151
}
152152

153153
@mixin full-width-tables {
154-
.kui--data-table-wrapper {
154+
.kui--data-table-wrapper:not(.kui--data-table-as-grid) {
155155
/* render tables full-width when sidecar is open https://github.com/IBM/kui/issues/3952 */
156156
flex: 1;
157157
}

0 commit comments

Comments
 (0)