Issue #2282133 by basvredeling | joachim: Fixed fieldsets are broken in Stark theme.

8.0.x
Alex Pott 2014-10-04 17:55:51 +02:00
parent 67af6368e0
commit 8dfea8efde
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ main:after {
position: relative;
}
details,
summary {
display: block;
}
@media all and (min-width: 480px) and (max-width: 959px) {
.layout-content {
width: 67%;