Commit 672bbc5
committed
fix(integrations): reduce excessive bottom space in honeycomb grid (#7511)
The HoneycombGrid ul element had an extra 46px added to its explicit
height (calc(height + 46px)). Since the height is already calculated
precisely in Honeycomb.js based on hexagon row counts, this 46px
surplus was creating empty vertical space below the last row of
integrations on the /integrations page.
Reduced from +46px to +3px (matching the margin value applied to each
li element) to eliminate the visual gap while preserving the small
buffer needed for the bottom row's top margin.
Signed-off-by: Léo (LeC-D) <leo.openc@gmail.com>1 parent a82010e commit 672bbc5
File tree
1 file changed
+1
-1
lines changed- src/sections/Meshery/Meshery-integrations/Honeycomb
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments