Support Article
Previous, Pagination, and Next buttons are misaligned in FAM
SA-70471
Summary
In Federated Access Manager (FAM) application, on opening any report (Access Request Roles List) with pagination and clicking Page 2, the Previous, Pagination, and Next buttons are misaligned. This occurs in the Internet Explorer browser.

Error Messages
Not Applicable
Steps to Reproduce
Unknown
Root Cause
The Div width of the table column was distributed incorrectly.
Resolution
Perform the following local-change:
#grid-desktop-paginator tbody tr .gridActionAlignCenter{
width:100% !important;
} .gridActionTop table tbody tr .gridActionAlignCenter{
width: 100% !important;
}
Published January 30, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.