Issue #2282133 by basvredeling | joachim: Fixed fieldsets are broken in Stark theme.
parent
67af6368e0
commit
8dfea8efde
|
@ -28,6 +28,11 @@ main:after {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details,
|
||||||
|
summary {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
@media all and (min-width: 480px) and (max-width: 959px) {
|
@media all and (min-width: 480px) and (max-width: 959px) {
|
||||||
.layout-content {
|
.layout-content {
|
||||||
width: 67%;
|
width: 67%;
|
||||||
|
|
Loading…
Reference in New Issue