bug 14013

Decrease height of details container to prevent apply button from
being hidden
This commit is contained in:
Brian Federle 2012-02-27 10:42:02 -08:00
parent 856418e700
commit d0ed8bf227
1 changed files with 1 additions and 1 deletions

View File

@ -1324,7 +1324,7 @@ div.list-view td.state.off span {
}
.detail-view .main-groups {
max-height: 469px;
max-height: 455px;
overflow: auto;
margin-right: 12px;
}