💄 Fix styles between grid layout inputs (#8673)

This commit is contained in:
Marina López 2026-03-23 20:05:13 +01:00 committed by GitHub
parent 1442e4c246
commit 65ea27cbac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@
### :bug: Bugs fixed
- Add export panel to inspect styles tab [Taiga #13582](https://tree.taiga.io/project/penpot/issue/13582)
- Fix styles between grid layout inputs [Taiga #13526](https://tree.taiga.io/project/penpot/issue/13526)
## 2.15.0 (Unreleased)

View File

@ -188,6 +188,7 @@
align-items: flex-start;
position: relative;
gap: var(--sp-xs);
margin-block-end: var(--sp-s);
}
.locate-button {
@ -424,6 +425,7 @@
var(--grid-exception-input-width) /* second input block */
var(--sp-xxxl); /* action button */
gap: var(--sp-xs);
margin-block-end: var(--sp-xs);
}
.grid-first-row {