The task difficulty text should not overflow onto two lines.
Actual: | Expected |
Suggested changes to CSS to achieve this might be to add the following:
.suggested-edits-difficulty-time-estimate{ flex-wrap: wrap; } .suggested-edits-difficulty-level{ padding-left:4px; /* changed from padding-left:10px; */ }