1
0
Fork 0
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:
John Athayde 2022-01-29 11:20:56 -05:00 committed by GitHub
parent 17c5214d83
commit df20201949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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