bug 14013

Decrease height of details container to prevent apply button from
being hidden

status 14013: resolved fixed
reviewed-by: sonny
This commit is contained in:
Brian Federle 2012-02-27 10:43:03 -08:00
parent 4ead1c9d21
commit e45dc5bd1f
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;
}