Skip to content

Commit

Permalink
Fixing summary box styles
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Jun 22, 2016
1 parent b2eebf9 commit 2da25aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Expand Up @@ -48,14 +48,6 @@
display: block;
font-weight: bold;
font-size: 18px;

& > .summary-panel-display-name {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
max-width: 800px;
}
}
.progress-description,
.info-box-text {
Expand Down
8 changes: 8 additions & 0 deletions gui/admin-gui/src/main/webapp/less/midpoint-theme.less
Expand Up @@ -560,6 +560,14 @@ th.cog, td.cog {
}
}

.summary-panel-display-name {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: inline;
max-width: 800px;
}

.summary-panel-identifier {
white-space: pre-wrap;
color: @text-dimmed-color;
Expand Down

0 comments on commit 2da25aa

Please sign in to comment.