[backend/razor] Fix details element styles for Chrome >= 131 & future Firefox versions
This commit is contained in:
parent
bcc8377bec
commit
4aa548dab4
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue