Fixed text overflow issue where offer descriptions were bleeding out of card boundaries. Added proper text wrapping (wordBreak: 'break-word', overflowWrap: 'anywhere') for smooth layout responsiveness. Labour Management Module (Labour.tsx, CreateLabour.tsx)
Added Selling Rate column to the Labour Types list table with sorting capabilities. Removed dollar ($) symbols from the left side of table cell price values and column header labels (Base Rate, Selling Rate). Updated form labels in CreateLabour.tsx to clearly indicate currency ($) Base Rate & ($) Selling Rate. Adjusted table column count for pagination and skeleton loader states. Job Details Screen (JobDisplay.tsx)
Updated card container styling for Customer Information, Job Information, and Job Resources sections. Added explicit white background (backgroundColor: '#ffffff') to ensure clean contrast and UI alignment.