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

            Bug ID: 64176
           Summary: Patrol link in Wikidata is misplaced
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: WikidataClient
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
       Web browser: ---
   Mobile Platform: ---

Created attachment 15143
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15143&action=edit
Screenshot of
https://www.wikidata.org/w/index.php?title=Q16244272&curid=17868521&diff=121515001&oldid=121231169&uselang=en

The patrol link is misplaced. See screenshot.

Possible solutions are:

.patrollink {
    white-space: nowrap;
}

or

.patrollink {
    clear: left;
    display: block;
}

or an other position in the DOM tree.

-- 
You are receiving this mail because:
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