Remove style for Studio URLs (#6291)

This commit is contained in:
Gykes
2025-11-17 20:05:55 -08:00
committed by GitHub
parent 78aeb06f20
commit a31df336f8

View File

@@ -49,5 +49,9 @@
display: none;
}
}
.detail-item.urls ul {
list-style-type: none;
}
/* stylelint-enable selector-class-pattern */
}