You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have a Dropdown / Select field where one of the options has a blank label, selecting the blank option results in extra whitespace being rendered below it causing all content below to jump.
Looks to be caused by the white-space property. Removing it fixes it, with no obvious side effects.
Reproducible in Chrome 67 and Safari.
Steps to reproduce
Create a new dropdown field where at least on option has a blank label and at least one that has a non blank label
Create any other field
Add both fields to a section with the dropdown positioned before the second field
Go to the entry edit page and select the non blank and blank option in turn.
Additional info
Craft version: Craft Solo 3.0.14
PHP version: 7.2.4
Database driver & version: MySQL 5.7.21
The text was updated successfully, but these errors were encountered:
Description
When you have a Dropdown / Select field where one of the options has a blank label, selecting the blank option results in extra whitespace being rendered below it causing all content below to jump.
Looks to be caused by the
white-space
property. Removing it fixes it, with no obvious side effects.Reproducible in Chrome 67 and Safari.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: