mirror of
https://github.com/penpot/penpot.git
synced 2026-07-26 07:58:13 +00:00
💄 Fix styles between grid layout inputs (#8673)
This commit is contained in:
parent
1442e4c246
commit
65ea27cbac
@ -25,6 +25,7 @@
|
|||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
- Add export panel to inspect styles tab [Taiga #13582](https://tree.taiga.io/project/penpot/issue/13582)
|
- 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)
|
## 2.15.0 (Unreleased)
|
||||||
|
|||||||
@ -188,6 +188,7 @@
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
position: relative;
|
position: relative;
|
||||||
gap: var(--sp-xs);
|
gap: var(--sp-xs);
|
||||||
|
margin-block-end: var(--sp-s);
|
||||||
}
|
}
|
||||||
|
|
||||||
.locate-button {
|
.locate-button {
|
||||||
@ -424,6 +425,7 @@
|
|||||||
var(--grid-exception-input-width) /* second input block */
|
var(--grid-exception-input-width) /* second input block */
|
||||||
var(--sp-xxxl); /* action button */
|
var(--sp-xxxl); /* action button */
|
||||||
gap: var(--sp-xs);
|
gap: var(--sp-xs);
|
||||||
|
margin-block-end: var(--sp-xs);
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-first-row {
|
.grid-first-row {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user