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

style max-width for namespace [ci skip]

This commit is contained in:
Abdelkader Boudih 2015-02-27 07:58:12 +00:00
parent d5787224a3
commit 26ebbfbe0e
2 changed files with 8 additions and 2 deletions

View file

@ -695,6 +695,12 @@ div.interval-slider input {
.redis-url
{
max-width: 500px;
max-width: 400px;
overflow: hidden;
}
.redis-namespace
{
max-width: 250px;
overflow: hidden;
}

View file

@ -13,7 +13,7 @@
</li>
<% if namespace %>
<li>
<p class="navbar-text"><%= t('Namespace') %>: <%= namespace %></p>
<p class="navbar-text redis-namespace"><%= t('Namespace') %>: <%= namespace %></p>
</li>
<% end %>
</ul>