[Bug] CSS and markup mods
CSS markup and mods to fix issues related to bug WTD-618; fix is complete and verified in Chrome
This commit is contained in:
committed by
Victor Woeltjen
parent
7db5c0692b
commit
f820cd47b6
@@ -86,7 +86,8 @@ ul.tree {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: $treeVCW + $treeTypeIconW + ($interiorMargin * 2); //38px;
|
||||
right: $treeContextTriggerW + $interiorMargin;
|
||||
// right: $treeContextTriggerW + $interiorMargin; //Disabling as context trigger not being used
|
||||
right: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
height: $menuLineH;
|
||||
|
||||
Reference in New Issue
Block a user