Skip to content

Commit

Permalink
style max-width for namespace [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Feb 27, 2015
1 parent d578722 commit 26ebbfb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion web/assets/stylesheets/application.css
Expand Up @@ -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;
}
2 changes: 1 addition & 1 deletion web/views/_footer.erb
Expand Up @@ -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>
Expand Down

0 comments on commit 26ebbfb

Please sign in to comment.