shesha-io / shesha-framework

An open-source Low-Code development framework for .NET developers. Create .NET based business applications with 80% less code.
https://shesha.io
Apache License 2.0
371 stars 73 forks source link

Inconsistent tooltip messages, gap property width, and padding unit display in Key Information Bar #2020

Open Tshepiso-R opened 2 months ago

Tshepiso-R commented 2 months ago

Describe the bug

  1. Tooltip Messages: All tooltips display the same incorrect message: "For width and padding, you can use any unit (%, px, em, etc). px by default if without unit" regardless of the context or property where the tooltip is used.

  2. Width of Gap Property: The input field for the gap property is shorter than other similar properties, leading to inconsistent UI design.

  3. Padding Property Units: The units on the padding property are explicitly shown (e.g., "0px" by default), but some properties display only numeric values (e.g., "200" without units), leading to inconsistency in the presentation of units across different properties.

image

image

Tshepiso-R commented 2 months ago

635