Merge "Force legacy TOC to render at lower resolutions"

This commit is contained in:
jenkins-bot 2022-04-07 23:39:14 +00:00 committed by Gerrit Code Review
commit e527168978
1 changed files with 8 additions and 0 deletions

View File

@ -133,3 +133,11 @@
display: block;
}
}
// T300975 following media query for TOC experiment treatment
// class can be removed once associated A/B test is over.
@media ( max-width: @width-breakpoint-tablet ) {
.skin-vector-toc-experiment-treatment #toc {
display: table;
}
}