Right-align the dropdown menu so it fits on 1366x768 screen. Fixes #181

This commit is contained in:
Pēteris Caune 2018-07-24 12:17:47 +03:00
parent 33d8a1505c
commit bda2941001
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -112,7 +112,7 @@
<button class="btn btn-sm btn-default dropdown-toggle" type="button" data-toggle="dropdown">
<span class="icon-settings" aria-hidden="true"></span>
</button>
<ul class="dropdown-menu">
<ul class="dropdown-menu dropdown-menu-right">
<li class="pause-li" {% if check.status == "new" or check.status == "paused" %}class="disabled"{% endif %}>
<a href="#">Pause Monitoring</a>
</li>