forked from GithubBackups/healthchecks
Right-align the dropdown menu so it fits on 1366x768 screen. Fixes #181
This commit is contained in:
parent
33d8a1505c
commit
bda2941001
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user