Skip to content

Commit 8e8a5e1

Browse files
committed
Fix possible glitch of layout
1 parent 3b5e74c commit 8e8a5e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/views/header.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<nav class="navbar navbar-default navbar-fixed-top unselectable hidden-print">
22
<!-- Brand and toggle get grouped for better mobile display -->
33
<div class="navbar-header">
4-
<span class="pull-right" style="margin-top: 17px; color: #777;">
4+
<span class="pull-right" style="margin-top: 17px; color: #777; float: right;">
55
<div class="visible-xs">&nbsp;</div>
66
<div class="visible-sm">&nbsp;</div>
77
<div class="visible-md">&nbsp;</div>

0 commit comments

Comments
 (0)