Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SF-3111 Fix question dialog verse reference error message overlap #2960

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RaymondLuong3
Copy link
Collaborator

@RaymondLuong3 RaymondLuong3 commented Jan 17, 2025

The error message in the text input has the position: absolute rule applied. So it is expected to show over top of anything that comes below. In this case, this rule makes it hard to know how much space below the input to give. I've given it the minimum so that it shows nicely. FWIW, I would not mind if we just left the error message overlap as by design.

Before
Question dialog overlap

After
Overlapping text add question


This change is Reviewable

@RaymondLuong3 RaymondLuong3 added the will require testing PR should not be merged until testers confirm testing is complete label Jan 17, 2025
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.00%. Comparing base (62ec49b) to head (750ea7d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2960   +/-   ##
=======================================
  Coverage   82.00%   82.00%           
=======================================
  Files         544      544           
  Lines       31645    31645           
  Branches     5129     5107   -22     
=======================================
  Hits        25952    25952           
- Misses       4929     4941   +12     
+ Partials      764      752   -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
will require testing PR should not be merged until testers confirm testing is complete
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant