Skip to content

Commit 75002ab

Browse files
committed
remove list style on version list in explore panel
1 parent 558b63f commit 75002ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/nav.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,10 @@ html.is-clipped--nav {
234234
padding-left: 0;
235235
margin-top: -0.25rem;
236236
line-height: 1;
237+
list-style: none;
237238
}
238239

239240
.nav-panel-explore .component .version {
240-
display: block;
241241
margin: 0.375rem 0.375rem 0 0;
242242
}
243243

0 commit comments

Comments
 (0)