Skip to content

Commit c0aeda8

Browse files
committed
💄 Fix styles between grid layout inputs
1 parent 4345cfa commit c0aeda8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
### :bug: Bugs fixed
2525

2626
- Add export panel to inspect styles tab [Taiga #13582](https://tree.taiga.io/project/penpot/issue/13582)
27+
- Fix styles between grid layout inputs [Taiga #13526](https://tree.taiga.io/project/penpot/issue/13526)
2728

2829
## 2.15.0 (Unreleased)
2930

frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_container.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
align-items: flex-start;
189189
position: relative;
190190
gap: var(--sp-xs);
191+
margin-block-end: var(--sp-s);
191192
}
192193

193194
.locate-button {
@@ -424,6 +425,7 @@
424425
var(--grid-exception-input-width) /* second input block */
425426
var(--sp-xxxl); /* action button */
426427
gap: var(--sp-xs);
428+
margin-block-end: var(--sp-xs);
427429
}
428430

429431
.grid-first-row {

0 commit comments

Comments
 (0)