Page MenuHomePhabricator

White space too large in the alias column
Closed, ResolvedPublicDesign

Description

There is an unaesthetic white space above the first line of the aliases in the Q-item. See this screenshot

Screenshot_20210222_215001.png (787×1 px, 104 KB)

I guess this is a CSS issue.

Event Timeline

Pamputt created this task.
Pamputt changed the subtype of this task from "Task" to "Design".

Caused by this diff: https://lingualibre.org/index.php?title=MediaWiki:Common.css&diff=409956&oldid=347247

#mw-content-text ul { 
  margin-top: 16px;
}

I backported the spacing fixes in BlueLL in https://github.com/lingua-libre/BlueLL/commit/2fabaadcdb11b554f53a1d1478c207fcc404bf61.

I indeed left out the css that caused the issue.

Please remove the related css from the common.css.

Poslovitch claimed this task.