mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-24 06:43:50 -04:00
Fixed hiding of tags (9.4.3 regression)
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
// Scoped in typesetted content to match specificity of regular content
|
||||
.md-typeset {
|
||||
|
||||
// Tag list
|
||||
.md-tags {
|
||||
// Tag list (if not hidden)
|
||||
.md-tags:not([hidden]) {
|
||||
display: inline-flex;
|
||||
flex-wrap: wrap;
|
||||
gap: px2em(8px);
|
||||
|
||||
Reference in New Issue
Block a user