Skip to content

Commit 87734a4

Browse files
committed
fix: modal resizes without shrinking label
1 parent 8705cc5 commit 87734a4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

changelogs/CHANGELOG_alpha.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55

66
* Persist info panel visibility when navigating across classes in data browser ([#2908](https://github.com/parse-community/parse-dashboard/issues/2908)) ([1a3610a](https://github.com/parse-community/parse-dashboard/commit/1a3610a4632be78353db4f511781ca7757a12361))
77

8-
### Bug Fixes
9-
10-
* Allow freeform resizing of text area in config modal
11-
128
# [7.3.0-alpha.15](https://github.com/parse-community/parse-dashboard/compare/7.3.0-alpha.14...7.3.0-alpha.15) (2025-07-15)
139

1410

src/components/Field/Field.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
.left {
2929
display: flex;
3030
align-items: center;
31+
flex-shrink: 0;
3132
}
3233

3334
.right {

0 commit comments

Comments
 (0)