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

Commit 11a9fc3

Browse files
committed
fix(plugins/plugin-client-common): table screenshots include a gray stripe at the top
Fixes #5410
1 parent 4b12eec commit 11a9fc3

File tree

1 file changed

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

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,13 @@ body[kui-theme-style] .repl.sidecar-visible {
176176
body[kui-theme-style] .kui--data-table-wrapper {
177177
overflow-x: auto;
178178

179-
/* make space for any box shadows */
180179
.kui--screenshotable {
181-
padding: 0.5rem 1px 1px;
182-
display: flex;
183180
flex: 1;
181+
display: flex;
182+
margin-top: 0.5rem;
183+
184+
/* make space for any box shadows, making sure these are captured in the screenshot */
185+
padding: 1px 1px;
184186
}
185187

186188
.kui--card-footer {

0 commit comments

Comments
 (0)