Bug 1801138 - Ensure empty label values don't collapse. r=dao

Add a zwsp character to ensure they're not considered an empty line.

Differential Revision: https://phabricator.services.mozilla.com/D162301
This commit is contained in:
Emilio Cobos Álvarez 2022-11-18 16:58:26 +00:00
Родитель 160cf249af
Коммит e41856f25c
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -167,6 +167,10 @@ description[value]::before {
display: block;
}
label[value=""]::before {
content: "\200B"; /* zwsp */
}
label[value][crop]::before,
description[value][crop]::before {
min-width: 0;