Skip to content

Commit

Permalink
Prevent dashboard widget title from overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Sep 26, 2013
1 parent 422d2e0 commit 8aee01b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions hawtio-web/src/main/webapp/css/site-base.css
Expand Up @@ -1894,3 +1894,19 @@ a.dashboard-link:hover {
.container-list-main {
min-width: 592px;
}

.widget-title .row-fluid {
position: relative;
}

.widget-title .row-fluid .pull-left {
position: absolute;
right: 16px;
left: 0;
}

.widget-title .row-fluid .pull-left editable-property div {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

0 comments on commit 8aee01b

Please sign in to comment.