Skip to content

Commit

Permalink
Merge pull request #2406 from internetee/2304-header-covers-button-in…
Browse files Browse the repository at this point in the history
…-case-of-long-registrar-name

remove fixed top registrar navbar css class
  • Loading branch information
vohmar authored Sep 16, 2022
2 parents 92d7572 + 56eeed0 commit 0745efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/registrar/base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<%= favicon_link_tag 'favicon.ico' %>
</head>
<body class="<%= body_css_class %>">
<nav class="navbar navbar-default navbar-fixed-top">
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button aria-expanded="false" class="navbar-toggle collapsed" data-target="#navbar" data-toggle="collapse" type="button">
Expand Down

0 comments on commit 0745efc

Please sign in to comment.