backport of commit 068a57c204 (#22837)

Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
This commit is contained in:
hc-github-team-secure-vault-core
2023-09-06 18:31:26 -04:00
committed by GitHub
parent baffe9d0cc
commit e2854b3c61
2 changed files with 8 additions and 1 deletions

3
changelog/22832.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:bug
ui: Fixes form field label tooltip alignment
```

View File

@@ -7,9 +7,13 @@
.is-label {
color: $grey-darkest;
display: inline-block;
font-size: 14px;
font-weight: $font-weight-bold;
display: flex;
align-items: center;
gap: $spacing-xxs;
width: min-content;
min-width: 100%;
&:not(:last-child) {
margin-bottom: 0.25rem;