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

Commit b03e278

Browse files
committed
fix for missing margin in grid bottom
Fixes #874
1 parent ac624ea commit b03e278

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: 1em 0;
392+
margin: 1em 0; /* has to be margin, not padding; see shell issue #874 */
393393
display: flex;
394394
flex-wrap: wrap;
395395
justify-content: center;

0 commit comments

Comments
 (0)