1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Revert overflow for redis-url and redis-namespace to hidden

Looks like this was mistakenly? changed to `scroll` in 542b995
This commit is contained in:
Warren Guy 2015-06-18 17:13:10 +01:00
parent 99b9c2de52
commit be2b6a75c0

View file

@ -743,7 +743,7 @@ div.interval-slider input {
}
.redis-url, .redis-namespace {
overflow: scroll;
overflow: hidden;
white-space: nowrap;
}