[backend/razor] Fix details element styles for Chrome >= 131 & future Firefox versions

This commit is contained in:
Laura Hausmann 2025-03-03 18:52:33 +01:00
parent bcc8377bec
commit 4aa548dab4
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -757,6 +757,10 @@ details > :last-child {
margin-bottom: 0; margin-bottom: 0;
} }
details summary {
width: 100%;
}
details[open] summary { details[open] summary {
margin-bottom: 10px; margin-bottom: 10px;
} }