Merge "Long container names no longer break the page"

This commit is contained in:
Jenkins 2014-07-08 03:58:29 +00:00 committed by Gerrit Code Review
commit e632cd59c1

View File

@ -1843,9 +1843,9 @@ $tdHeight: $smallButtonHeight;
$tableCellPadding: 8px;
$contentTableWidth: 70%;
$navigationTableWidth: 30%;
$browserWrapperWidth: 100%;
$navigationTableWidth: 40%;
$contentTableWidth: $browserWrapperWidth - $navigationTableWidth;
/* ResourceBrowser style */
#browser_wrapper {
@ -1909,6 +1909,11 @@ $browserWrapperWidth: 100%;
tbody td {
border-right: $dataTableBorderWidth solid $dataTableBorderColor;
background-color: white;
&.anchor {
word-wrap: break-word;
white-space: normal;
max-width: 145px;
}
}
}
div.content_wrapper {