mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fixing width of status span to be large enough for 'active' to reduce jump in nav bar when switching (#5155)
This commit is contained in:
parent
17c5214d83
commit
df20201949
1 changed files with 2 additions and 0 deletions
|
@ -202,6 +202,8 @@ table .table-checkbox label {
|
|||
|
||||
.navbar .navbar-brand .status {
|
||||
color: #585454;
|
||||
display: inline-block;
|
||||
width: 75px;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue