Skip to content

Commit 229f7a3

Browse files
committed
set display property of li for version to block in explore panel; remove outdated comment
1 parent b4fc5a5 commit 229f7a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/css/nav.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,10 @@
283283
flex-wrap: wrap;
284284
padding-left: 0;
285285
line-height: 1;
286-
list-style: none; /* required for Edge */
286+
list-style: none;
287287
}
288288

289289
.nav-panel-explore .component .version {
290-
display: block;
291290
margin: 0.25rem 0 0 0.25rem;
292291
}
293292

0 commit comments

Comments
 (0)