Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 02fcf3b

Browse files
committed
fixed: screenshot of grid has not bottom padding
Fixes #852
1 parent da76538 commit 02fcf3b

File tree

1 file changed

+1
-1
lines changed
  • app/plugins/modules/activation-visualizations/web/css

1 file changed

+1
-1
lines changed

app/plugins/modules/activation-visualizations/web/css/table.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389

390390
/** grid view */
391391
.activation-viz-plugin .grid-grid:not(.activation-viz-timeline) {
392-
padding-top: 1em;
392+
padding: 1em 0;
393393
display: flex;
394394
flex-wrap: wrap;
395395
justify-content: center;

0 commit comments

Comments
 (0)