mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Tweak footer widths, fixes #2411
This commit is contained in:
parent
5fbb0e7262
commit
e3d842b529
1 changed files with 3 additions and 3 deletions
|
@ -759,16 +759,16 @@ div.interval-slider input {
|
|||
|
||||
@media (min-width: 992px) {
|
||||
.redis-url {
|
||||
max-width: 340px;
|
||||
max-width: 390px;
|
||||
}
|
||||
|
||||
.redis-namespace {
|
||||
max-width: 350px;
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.redis-url {
|
||||
max-width: 540px;
|
||||
max-width: 480px;
|
||||
}
|
||||
|
||||
.redis-namespace {
|
||||
|
|
Loading…
Reference in a new issue