Skip to content

Commit

Permalink
fix: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Jan 5, 2025
1 parent ce7f0e6 commit 4cb7671
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/stylesheets/article-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,12 @@ div.xdxf {
display: none;
}

/* Hide empty list items */
.mwiki .mw-empty-li,
.mwiki .mw-empty-elt {
display: none;
}

/************ common.css **************/

/**
Expand Down

0 comments on commit 4cb7671

Please sign in to comment.