Skip to content

Commit

Permalink
Do not hide the content of the footer; Apply the child ul (#411)
Browse files Browse the repository at this point in the history
Resolves that Special:Search has misaligned.

(cherry picked from commit ef336e8)
  • Loading branch information
lens0021 authored Dec 16, 2021
1 parent 9b3f30b commit 8a99aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skins.femiwiki/interface.less
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ hr#content-end-bar {

// Footer
.mw-footer {
overflow: hidden;
box-sizing: border-box;
.content-horizontal-padding();
padding-top: 0.8rem;
Expand All @@ -483,6 +482,7 @@ hr#content-end-bar {
margin: 0 auto;

ul {
overflow: hidden;
font-size: 0.714rem;
margin: 0;
padding: 0;
Expand Down

0 comments on commit 8a99aef

Please sign in to comment.