Skip to content

Commit 40389f5

Browse files
committed
LUT-25131 : fix nav css
1 parent 97007a0 commit 40389f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webapp/css/plugins/wiki/wiki.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,10 @@ span.diff-html-conflict {
8484
.wiki-topic-nav {
8585
position: fixed;
8686
left: 1%;
87-
width: 17%;
87+
width: 16%;
8888
font-size: large;
8989
color: #2d2d2d;
90+
margin-top: -9%;
9091
}
9192
@media (max-width: 1500px) {
9293
.wiki-topic-nav {

0 commit comments

Comments
 (0)