Skip to content

Commit

Permalink
fixed btn min width
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyneira committed Sep 24, 2017
2 parents 75b9f1c + a6c389e commit c533768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
// Flash Messages Toasts
{% with messages = get_flashed_messages(with_categories=True) %}
{% for class, message in messages %}
Materialize.toast('{{ message }}', 4000, '{{ class }}');
Materialize.toast('{{ message }}', 5000, '{{ class }}');
{% endfor %}
{% endwith %}
});
Expand All @@ -164,7 +164,7 @@
<div class="navbar-fixed">
<nav>
<div class="nav-wrapper white">
<a href="/" class="brand-logo center lc-blue-text">LaunchCode Attendance</a>
<a href="/" class="brand-logo center lc-blue-text">Launchcode Attendance</a>
{% if session['email'] %}
<ul class="left">
<li><a class="dropdown-button waves-effect waves-light lc-blue-text" href="#!" data-activates="dropdown"><i class="material-icons">menu</i></a></li>
Expand Down

0 comments on commit c533768

Please sign in to comment.