Tuesday, July 6, 2021
2 changes · master
Enhancements to existing features
The recruitment screen now gives job source names more room in the kanban view. This helps prevent names from being cut off, making the information easier to read for users managing recruitment sources.
Original PR description
Gives a bit more space to the job source name to prevent text from cutting. Task ID: 2575483
The contract salary page sidebar now remains visible as users scroll up or down. This makes it easier for HR users to keep important salary information and navigation in view while reviewing longer contract salary pages.
Original PR description
scrolling down or up the page does not follow by the header. so this commit fixes the issue by changing the position property of the contract salary sidebar div so that scrolling down or up the page will be followed by the header TaskID-2578918