Skip to content

Commit 34d6229

Browse files
committed
fix(navbar): Doc nav-link appearance,
dt,dd appearance on large screens
1 parent 1c83c7c commit 34d6229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/frontend/sass/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383
dl.wide {
8484
dt {
85-
width: 25em;
85+
width: 35em;
8686
word-wrap: break-word;
8787
}
8888
dd {

src/main/xar-resources/templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<li class="nav-item dropdown" id="documentation">
5555
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Documentation</a>
5656
<div class="dropdown-menu">
57-
<a class="nav-link dropdown-item" href="documentation.xml">Documentation</a>
57+
<a class="dropdown-item" href="documentation.xml">Documentation</a>
5858
<a class="dropdown-item" href="author-reference.xml">author guidelines</a>
5959
<a class="dropdown-item" href="getting-help.xml">Get Support</a>
6060
<div class="dropdown-divider"></div>

0 commit comments

Comments
 (0)