mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Fix css in firefox
This commit is contained in:
parent
7fce223a6d
commit
57d9c246c0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user