eclipse-tractusx / portal-frontend

Portal Frontend
Apache License 2.0
4 stars 25 forks source link

Update Font Size for Table Contents from 16px to 14px #852

Open jjeroch opened 1 month ago

jjeroch commented 1 month ago

Description: The current font size of 16px for the content within all tables across our portal may not provide the optimal user experience. To enhance readability and ensure a consistent UI, we need to update the font size from 16px to 14px for all table contents.

Acceptance Criteria:

  1. The font size for all text within table cells should be updated to 14px.
  2. This change should apply to all tables across the entire application, regardless of the module or page they are on.
  3. Ensure that the change does not affect the font size of table headers; only the content within the cells should be changed.
  4. The line height and spacing should be adjusted accordingly to maintain visual balance and readability.
  5. The update should not affect the responsiveness of the tables on different devices and screen sizes.
  6. Perform an accessibility check to ensure that the change does not negatively impact users with visual impairments.

Tasks:

Notes: