1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

[PM-17500] Migrate reports-layout to use tailwind (#14102)

* Migrate reports-layout to use tailwind
This commit is contained in:
Leslie Tilton
2025-04-04 13:58:28 -05:00
committed by GitHub
parent 15db9d61a9
commit b385dd430e

View File

@@ -1,7 +1,7 @@
<router-outlet></router-outlet>
<div class="row tw-mt-4">
<div class="col">
<div class="tw-flex tw-flex-wrap tw-gap-4 tw-mt-4">
<div class="tw-w-full">
<a bitButton bitIconButton="bwi-angle-left" routerLink="./" *ngIf="!homepage">
{{ "backToReports" | i18n }}
</a>