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

Commit 953d86a

Browse files
committed
feat(plugins/plugin-client-common): Tables should display as full width in guidebooks
To keep the justified layout consistent.
1 parent 7a98130 commit 953d86a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

plugins/plugin-client-common/web/scss/components/Terminal/Commentary.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
@import '../Editor/mixins';
2020
@import '../Wizard/mixins';
2121
@import '../Sidecar/mixins';
22+
@import '../Table/mixins';
2223
@import '../Tooltip/mixins';
2324
@import '../common/narrow-window';
2425
@import '../ProgressStepper/mixins';
@@ -188,6 +189,11 @@ body[kui-theme-style] {
188189
}
189190
}
190191

192+
@mixin FullWidthTables {
193+
@include TableOuter {
194+
flex: 1;
195+
}
196+
}
191197
@mixin FullWidth {
192198
@include CommentaryCard {
193199
flex: 1;
@@ -247,6 +253,7 @@ body[kui-theme-style] {
247253

248254
@include Commentary {
249255
@include BlockLinks;
256+
@include FullWidthTables;
250257

251258
flex: 1;
252259
display: flex;

0 commit comments

Comments
 (0)