Skip to content

Commit

Permalink
Let osgi bundle list popover use whatever width it needs to avoid ove…
Browse files Browse the repository at this point in the history
…rflow/wrapping
  • Loading branch information
gashcrumb committed Apr 4, 2013
1 parent 79c26cc commit 40cc743
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hawtio-web/src/main/webapp/css/site-base.css
Expand Up @@ -1040,3 +1040,12 @@ div.hawtio-form-tabs ul.nav-tabs li.active a {
background-color: inherit !important;
}

.popover-inner .popover-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.popover {
width: auto;
}

0 comments on commit 40cc743

Please sign in to comment.