Internal: CSS optimization on portal BrowseBrick

SVN:trunk[4587]
This commit is contained in:
Guillaume Lajarige
2017-03-14 15:42:29 +00:00
parent cf716ce2a3
commit 0b0340bf21
2 changed files with 6 additions and 0 deletions

View File

@@ -626,6 +626,9 @@ table .group-actions {
#grid-breadcrumb {
padding-left: 0px;
font-size: 12px;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
#grid-breadcrumb > li {
display: inline;

View File

@@ -673,6 +673,9 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
#grid-breadcrumb{
padding-left: 0px;
font-size: 12px;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
#grid-breadcrumb > li{
display: inline;