mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
css: Apply box-sizing:border-box
to all <details>
children
We have this everywhere else, so it should not be different here.
This commit is contained in:
parent
503f9b7316
commit
3c2c79b669
@ -194,6 +194,10 @@
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
details > * {
|
||||
// children somehow default to content-box no matter the inheritance
|
||||
box-sizing: border-box;
|
||||
}
|
||||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
|
Loading…
x
Reference in New Issue
Block a user