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

@@ -73,7 +73,7 @@ const ShortUrlsRow = (
</td>
)}
<td className="responsive-table__cell short-urls-row__cell" data-th="Tags">{renderTags(shortUrl.tags)}</td>
<td className="responsive-table__cell short-urls-row__cell text-lg-right" data-th="Visits">
<td className="responsive-table__cell short-urls-row__cell text-lg-end" data-th="Visits">
<ShortUrlVisitsCount
visitsCount={shortUrl.visitsCount}
shortUrl={shortUrl}