Fix css in firefox

This commit is contained in:
KernelDeimos 2024-05-06 15:47:09 -04:00
parent 7fce223a6d
commit 57d9c246c0

View File

@ -2526,12 +2526,14 @@ label {
/* UIWindowEmailConfirmationRequired */
fieldset[name=number-code] {
min-width: 0; /* Fix for Firefox */
display: flex;
justify-content: space-between;
gap: 5px;
}
.digit-input {
min-width: 0; /* Fix for Firefox */
box-sizing: border-box;
flex-grow: 1;
height: 50px;