@jotforminc/dnd-builder 2.7.0 → 2.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [2.7.1](https://github.com/jotform/dnd-builder/compare/v2.7.0...v2.7.1) (2023-11-22)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **panel-elements:** size settings lock button alignment ([e221915](https://github.com/jotform/dnd-builder/commit/e22191523a06ba1b6c5616299e4de6eefe20f665))
|
|
11
|
+
|
|
5
12
|
## [2.7.0](https://github.com/jotform/dnd-builder/compare/v2.6.1...v2.7.0) (2023-10-03)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -177,10 +177,13 @@
|
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
.forAspect {
|
|
180
|
+
width: 24px;
|
|
181
|
+
padding: 12px 0;
|
|
180
182
|
&:before, &:after {
|
|
181
183
|
content: "";
|
|
182
184
|
position: absolute;
|
|
183
|
-
|
|
185
|
+
top: 50%;
|
|
186
|
+
transform: translateY(-50%);
|
|
184
187
|
width: 4px;
|
|
185
188
|
|
|
186
189
|
border-bottom: 1px solid #303339;
|
|
@@ -177,10 +177,13 @@
|
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
.forAspect {
|
|
180
|
+
width: 24px;
|
|
181
|
+
padding: 12px 0;
|
|
180
182
|
&:before, &:after {
|
|
181
183
|
content: "";
|
|
182
184
|
position: absolute;
|
|
183
|
-
|
|
185
|
+
top: 50%;
|
|
186
|
+
transform: translateY(-50%);
|
|
184
187
|
width: 4px;
|
|
185
188
|
|
|
186
189
|
border-bottom: 1px solid #303339;
|