Skip to content

Commit 035c21d

Browse files
authored
[WC-3329] do not apply fix in vertical layouts, there flex dir is different (#316)
2 parents 2678007 + 52bb927 commit 035c21d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/atlas-core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
### Fixed
1010

1111
- We fixed an issue where the scroll container did not stretch to the full height in popup layouts.
12+
- We fixed an issue with Text Box widget in vertical form orientation.
1213

1314
## [4.3.4] Atlas Core - 2026-2-25
1415

packages/atlas/src/themesource/atlas_core/web/core/widgets/_input.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
}
109109

110110
// Text box widget should stay in the middle horizontally
111-
.form-group.mx-textbox .form-control {
111+
.form-group.mx-textbox:not(.no-columns) .form-control {
112112
align-self: center;
113113
}
114114

0 commit comments

Comments
 (0)