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:
parent
d5787224a3
commit
26ebbfbe0e
2 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue