https://bugzilla.wikimedia.org/show_bug.cgi?id=30402

       Web browser: ---
             Bug #: 30402
           Summary: The header of collapsible elements is jumping left
                    when expanded
           Product: MediaWiki
           Version: unspecified
          Platform: All
               URL: https://secure.wikimedia.org/wikipedia/en/w/index.php?
                    title=Wikipedia:Village_pump_(technical)&oldid=4451828
                    96#Deprecation_of_Collapsible_tables_and_NavFrames
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Javascript
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


As reported on
[[Wikipedia:Village_pump_(technical)#Deprecation_of_Collapsible_tables_and_NavFrames]],
the header of collapsible elements is jumping left when expanded. This can be
fixed by using a CSS such as
-------------------------
.mw-collapsible-toggle {
        width: 70px;
        text-align:right;
}
-------------------------
or something similar. The length of the toggle may vary depending on the
Language, so 70px may not be the best option in some cases.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to