mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-16 06:18:34 +02:00
Add explicit box-sizing: border-box to details
This commit is contained in:
@@ -59,6 +59,10 @@ code {
|
||||
line-height: 1rem;
|
||||
}
|
||||
|
||||
details * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
margin: 1rem;
|
||||
margin-right: 0;
|
||||
|
||||
Reference in New Issue
Block a user