Keep Recent Activity nav buttons inside parent div
When the recent activity box is full with longer activities, the nav buttons can get pushed ouut the bottom of the div because of the height being set explicitly. Changing to max-height fixes the problem.
This commit is contained in:
parent
d1c3d854e9
commit
e5599b4af5
1 changed files with 1 additions and 1 deletions
|
@ -822,7 +822,7 @@ progress {
|
|||
}
|
||||
|
||||
.firstDashboardHomeRightColumn .ui-collapsible-content {
|
||||
height: 585px;
|
||||
min-height: 585px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue