1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

[CL-170] Fix size of radio group legend (#8154)

This commit is contained in:
Victoria League
2024-02-29 15:21:39 -05:00
committed by GitHub
parent 323d86850a
commit 8d528c2d4a
2 changed files with 27 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
<ng-container *ngIf="label">
<fieldset>
<legend class="tw-mb-1 tw-block tw-text-sm tw-font-semibold tw-text-main">
<legend class="tw-mb-1 tw-block tw-text-base tw-font-semibold tw-text-main">
<ng-content select="bit-label"></ng-content>
<span *ngIf="required" class="tw-text-xs tw-font-normal"> ({{ "required" | i18n }})</span>
</legend>