Skip to content

Commit

Permalink
Merge pull request sidekiq#2393 from warrenguy/fix-footer-overflow
Browse files Browse the repository at this point in the history
Web: Revert overflow for `redis-url` and `redis-namespace` to `hidden`
  • Loading branch information
mperham committed Jun 18, 2015
2 parents 99b9c2d + be2b6a7 commit 728a067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ div.interval-slider input {
}

.redis-url, .redis-namespace {
overflow: scroll;
overflow: hidden;
white-space: nowrap;
}

Expand Down

0 comments on commit 728a067

Please sign in to comment.