Open MrJoy opened 8 months ago
"Screenshots, or it didn't happen" 😅 We'd love to see the broken labels.
vs.
This issue has been marked as stale because there was no activity for the past 15 days.
top-notch feedback and solution!
thank you @MrJoy!
Describe the bug
For field names, the default width is
w-48
, with a breakpoint rule ofmd:w-64
.Unfortunately, for long field names, this presents a problem as certain field labels are relatively long and will get broken onto two lines on mobile.
You might consider this instead:
w-full md:w64
since the field name and value aren't on the same row when rendering that small anyway.Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior & Actual behavior
Models and resource files
System configuration
Avo version: 3.4.4
Rails version: 7.1.3.2
Ruby version: 3.2.2
License type:
Are you using Avo monkey patches, overriding views or view components?
Screenshots or screen recordings
Additional context
Impact
Urgency