Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector-2022.css: Difference between revisions

MediaWiki interface page
Fixed Vector-2022 issue that prevented tables from overflowing while also retaining border-radius styling
Wikitable padding for readability (only for Vector-2022)
Line 666: Line 666:
     border-radius: 10px;
     border-radius: 10px;
     clip-path: inset(0 round 10px);
     clip-path: inset(0 round 10px);
   
    th { padding-left: 0.75em; }
    td { padding: 0 0.75em; }
}
}