1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

remove margin from checkbox hint (#14251)

This commit is contained in:
Bryan Cunningham
2025-04-14 12:56:30 -04:00
committed by GitHub
parent 5b43be780b
commit ac1210a7ed

View File

@@ -14,7 +14,9 @@
}
</span>
@if (!hasError) {
<ng-content select="bit-hint"></ng-content>
<span class="[&_bit-hint]:tw-mt-0 tw-leading-none">
<ng-content select="bit-hint"></ng-content>
</span>
}
</span>
</label>