mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
css: Apply box-sizing:border-box
to all <details>
children
We have this everywhere else, so it should not be different here. (cherry picked from commit 3c2c79b669555519faa3c4efb208723a7e825f97)
This commit is contained in:
parent
80c35f8571
commit
74b49744d5
@ -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