mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge pull request #2604 from smolnar/busy-page-styling-bug
Fix Styling Issues on Busy page
This commit is contained in:
commit
91c4065fc4
2 changed files with 4 additions and 1 deletions
|
@ -181,6 +181,10 @@ form .btn {
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
form .btn-group .btn {
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
td form {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="table_container">
|
||||
<table class="processes table table-hover table-bordered table-striped table-white">
|
||||
|
|
Loading…
Reference in a new issue