Fixed more rendering issues after BS5 migration

This commit is contained in:
Alejandro Celaya
2022-03-05 16:08:30 +01:00
parent f24fb61e20
commit 661b9b2cc1
8 changed files with 28 additions and 14 deletions

View File

@@ -50,7 +50,7 @@ export const ManageServers = (
</Button>
)}
</div>
<div className="col-md-6 text-md-right d-flex d-md-block">
<div className="col-md-6 text-md-end d-flex d-md-block">
<Button outline color="primary" className="flex-fill" tag={Link} to="/server/create">
<FontAwesomeIcon icon={plusIcon} fixedWidth /> Add a server
</Button>