Jump to content

MediaWiki:Mobile.css: Difference between revisions

From Gigaverse Wiki
Created page with "โ†’๐Ÿฉน Fix mobile bullet list rendering: ul { list-style-type: disc !important; margin-left: 1.5em !important; padding-left: 0 !important; } ul li { display: list-item !important; list-style-position: outside !important; }"
ย 
(No difference)

Latest revision as of 08:04, 27 June 2025

/* ๐Ÿฉน Fix mobile bullet list rendering */
ul {
  list-style-type: disc !important;
  margin-left: 1.5em !important;
  padding-left: 0 !important;
}

ul li {
  display: list-item !important;
  list-style-position: outside !important;
}