Bug 1717695 - Fix too tall buttons after adding min-height. r=aleca

Differential Revision: https://phabricator.services.mozilla.com/D130276

--HG--
extra : histedit_source : 540a925d3d3ff9e58a5e724375234ae41f4d07cb
This commit is contained in:
Richard Marti 2021-11-03 15:05:47 +00:00
Родитель b83467c7be
Коммит 1e0c7b80dc
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -228,7 +228,7 @@ checkbox.treenode-checkbox > .checkbox-label-center-box > .checkbox-label-box >
font-weight: 700;
border-radius: 12px;
min-width: auto;
height: auto;
min-height: auto;
}
#calendar-list > li > button.calendar-enable-button:hover,

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

@ -697,6 +697,7 @@ button.plain-button {
* content. */
display: inline grid;
height: -moz-fit-content;
min-height: auto;
min-width: -moz-fit-content;
border: none;
background: none;