Merge "Fix bug 39417 - Scrollbars appear for ULS regions"

This commit is contained in:
Santhosh
2012-08-16 09:27:44 +00:00
committed by Gerrit Code Review

View File

@@ -79,7 +79,7 @@
bottom: 2px; bottom: 2px;
position: absolute; position: absolute;
font-size: 13px; font-size: 13px;
overflow-x: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
width: 100%; width: 100%;
} }