1
0
Fork 0
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:
hekki 2022-02-09 12:39:44 +09:00 committed by GitHub
parent dce4b747f7
commit eab794f17c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,8 +202,7 @@ table .table-checkbox label {
.navbar .navbar-brand .status {
color: #585454;
display: inline-block;
width: 75px;
display: inline;
}