Skip to content

Commit c8fff83

Browse files
committed
💄 Fix styles between grid layout inputs
1 parent df8194a commit c8fff83

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
@@ -40,6 +40,7 @@
4040
- Update copy on penpot update message [Taiga #12924](https://tree.taiga.io/project/penpot/issue/12924)
4141
- Fix id prop on switch component [Taiga #13534](https://tree.taiga.io/project/penpot/issue/13534)
4242
- Fix tooltip shown on tab change [Taiga #13627](https://tree.taiga.io/project/penpot/issue/13627)
43+
- Fix styles between grid layout inputs [Taiga #13526](https://tree.taiga.io/project/penpot/issue/13526)
4344

4445
## 2.14.0 (Unreleased)
4546

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)