mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- In Bootstrap 5, .table-responsive does not seem to set 'width: 100%;'. This leads to tables getting laid out between the disk name and disk free progress bar since they are both floating elements. Fix this by using flex layout instead. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>