Module
l10n_it_account
Describe the bug
The report header in l10n_it_account/reports/account_reports_view.xml uses Bootstrap 3 column classes (col-xs-4, col-xs-offset-4) which no longer exist in Bootstrap 5. This breaks the two-column layout in the header where company info and report title should sit side by side.
To Reproduce
Affected versions: 18.00
- Install
l10n_it_account
- Open any report that uses the header template
- The header columns are not laid out correctly
Expected behavior
Company name/TIN on the left, report title on the right, properly spaced.
Additional context
Bootstrap 3 classes like col-xs-* were dropped in Bootstrap 4. The fix is replacing them with col-6 and adding a small left margin to the right column.
Module
l10n_it_account
Describe the bug
The report header in
l10n_it_account/reports/account_reports_view.xmluses Bootstrap 3 column classes (col-xs-4,col-xs-offset-4) which no longer exist in Bootstrap 5. This breaks the two-column layout in the header where company info and report title should sit side by side.To Reproduce
Affected versions: 18.00
l10n_it_accountExpected behavior
Company name/TIN on the left, report title on the right, properly spaced.
Additional context
Bootstrap 3 classes like
col-xs-*were dropped in Bootstrap 4. The fix is replacing them withcol-6and adding a small left margin to the right column.