Fixed styling in firefox (#1692)

This commit is contained in:
WBHarry 2026-03-04 01:10:40 +01:00 committed by GitHub
parent 0d0b5125ba
commit 5459581f7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -183,6 +183,11 @@
} }
} }
.domain-details {
display: flex;
flex-direction: column;
}
.level-details { .level-details {
align-self: center; align-self: center;
} }