List view UI: Disable overflow scrolling

This commit is contained in:
Brian Federle 2013-01-08 11:27:12 -08:00
parent c6110a88c5
commit db2033d2e6
1 changed files with 0 additions and 5 deletions

View File

@ -452,11 +452,6 @@ div.list-view table tbody td span {
white-space: nowrap;
}
div.list-view table tbody td span:hover {
overflow: auto;
margin-top: 4px;
}
div.list-view div.toolbar div.section-switcher div.section-select label {
margin: 0 9px 0 0;
}