PromucFlow_constructor/app/client/src/components
ankurrsinghal 4ff2a488c3
fix: center the widget when height is min auto height (#19496)
## Description
Widgets like Text widget cannot be centered vertically by default in the
canvas as they used to before the Auto Height feature. The reason for
this is that the Auto height feature allows components to specify the
height of the widgets, instead of the other way around (which used to be
the case before auto height)

To fix this, we've made it so that, when a widget -- which has auto
height enabled -- has a height equal to the minimum height and is set to
the minimum possible height (4 rows), the contents in the component are
centered vertically.

Fixes #20119 


Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2023-02-02 18:18:50 +05:30
..
autoHeight fix: center the widget when height is min auto height (#19496) 2023-02-02 18:18:50 +05:30
autoHeightOverlay refactor: Widget Selection (#19643) 2023-01-28 07:47:06 +05:30
designSystems/appsmith feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
editorComponents refactor: Widget Selection (#19643) 2023-01-28 07:47:06 +05:30
formControls feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
propertyControls feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
utils feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
wds feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
constants.ts fix: checkbox, switch property fields update, migration added (#13997) 2022-05-25 17:03:33 +05:30
TabItemBackgroundFill.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30