mirror of
https://github.com/penpot/penpot.git
synced 2026-04-01 00:50:50 +02:00
💄 Fix styles between grid layout inputs (#8673)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user