Skip to content

Commit

Permalink
fix(plugins/plugin-client-common): table screenshots include a gray s…
Browse files Browse the repository at this point in the history
…tripe at the top

Fixes #5410
  • Loading branch information
starpit committed Aug 20, 2020
1 parent 1418f38 commit 5e92cd7
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,13 @@ body[kui-theme-style] .repl.sidecar-visible {
body[kui-theme-style] .kui--data-table-wrapper {
overflow-x: auto;

/* make space for any box shadows */
.kui--screenshotable {
padding: 0.5rem 1px 1px;
display: flex;
flex: 1;
display: flex;
margin-top: 0.5rem;

/* make space for any box shadows, making sure these are captured in the screenshot */
padding: 1px 1px;
}

.kui--card-footer {
Expand Down

0 comments on commit 5e92cd7

Please sign in to comment.