Nikki created this task. Nikki added projects: Wikidata, MinervaNeue. Restricted Application added subscribers: Masumrezarock100, Aklapper.
TASK DESCRIPTION **Steps to replicate the issue** (include links if applicable): - Load https://www.wikidata.org/wiki/Lexeme:L7?useskin=minerva#S1 - - **What happens?**: In the tables containing the glosses, the language names are too close to the grey border. **What should have happened instead?**: There should be a larger gap between the text and the border. **Software version** (skip for WMF-hosted wikis like Wikipedia): **Other information** (browser name/version, screenshots, etc.): Screenshot: F36524638: Bildschirmfoto_2023-01-27_07-23-14.png <https://phabricator.wikimedia.org/F36524638> The space between the border and the text comes from padding on the table containing the senses, but Minerva has `table { border-collapse: collapse; }` which causes table padding to be ignored. A solution would be to remove `padding-left` from the table `.wikibase-lexeme-sense-glosses-table` (link <https://github.com/wikimedia/mediawiki-extensions-WikibaseLexeme/blob/master/resources/sense-gloss-widget.less#L8>) and increase `padding-left` on the language column `.wikibase-lexeme-sense-gloss-language` (link <https://github.com/wikimedia/mediawiki-extensions-WikibaseLexeme/blob/master/resources/sense-gloss-widget.less#L30>) from 1em to about 1.6em. TASK DETAIL https://phabricator.wikimedia.org/T328106 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Nikki Cc: Aklapper, Masumrezarock100, Nikki, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, Jdlrobson, aude, Mbch331
_______________________________________________ Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org