mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Do not fix the width of the navigation status bar (#5191)
* Do not fix the width * change to inline
This commit is contained in:
parent
dce4b747f7
commit
eab794f17c
1 changed files with 1 additions and 2 deletions
|
@ -202,8 +202,7 @@ table .table-checkbox label {
|
|||
|
||||
.navbar .navbar-brand .status {
|
||||
color: #585454;
|
||||
display: inline-block;
|
||||
width: 75px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue