mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
Merge "[RTL, TOC] The arrow before collapsible sections in sidebar is clipped"
This commit is contained in:
commit
0f4c36169f
|
@ -130,3 +130,8 @@
|
|||
.client-js body.rtl .sidebar-toc .sidebar-toc-toggle {
|
||||
transform: rotate( 90deg );
|
||||
}
|
||||
|
||||
// FIXME: Can be removed when https://github.com/cssjanus/cssjanus/issues/82 is fixed and in production.
|
||||
body.rtl .sidebar-toc {
|
||||
padding: @sidebar-toc-vertical-padding @sidebar-toc-left-padding @sidebar-toc-vertical-padding @sidebar-toc-right-padding;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue