Skip to content

Commit b3fe044

Browse files
author
Mark Robinson
committed
Mobile header fixes to prevent newline, covering content
1 parent 53d5132 commit b3fe044

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/main/resources/templates/fragments/header.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@
3030
<a class="navbar-brand" href="/">
3131
<img id="logo" src="/img/CWL-Logo-Header.png"></img>
3232
</a>
33+
<a href="/workflows" class="button navbar-toggle">Explore</a>
34+
</div>
35+
<div class="collapse navbar-collapse">
36+
<ul class="nav navbar-nav navbar-right">
37+
<li><a href="/workflows">Explore</a></li>
38+
</ul>
3339
</div>
34-
<ul class="nav navbar-nav navbar-right">
35-
<li><a href="/workflows">Explore</a></li>
36-
</ul>
3740
</div>
3841
</nav>
3942
</body>

0 commit comments

Comments
 (0)