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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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