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
367 stars 66 forks source link

For smaller screen sizes, the entity label overlaps outside the Entity Config list container #1586

Open hlayisanimazuze opened 3 months ago

hlayisanimazuze commented 3 months ago

Steps to reproduce the behavior:

  1. Before testing, ensure the screen resolution is 1024768/19201080(expand the side menu)
  2. Go to 'https://function-adminportal-test.shesha.dev/settings/entity-configs/configurator'
  3. Scroll side ways to see the labels
  4. Actual Results: The entities with longer labels overlap outside the list container

Expected behavior The truncated with an ellipsis should update dynamically based on the size of the screen and ensure the label does not overlap beyond the list container

image

image

hlayisanimazuze commented 3 months ago

Related Item

1460