🐛 Fix simplified talk page section collapsing on tablet+

The div tag was replaced with section tag in
Id032df3a420d577e42572ab128ca89a006b67ffe. This commit updates the css
to reflect that on simplified talk pages.

Change-Id: I94641eac33d30133d69fff561fe20de606076024
This commit is contained in:
Nicholas Ray 2019-12-19 14:14:03 -07:00
parent f5bef2ea5c
commit 963519148e

View file

@ -42,7 +42,7 @@
// stylelint-disable-next-line selector-max-id
.toc,
#mf-section-0,
.section-heading + div {
.section-heading + .collapsible-block {
display: none;
}