mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
backport of commit 068a57c204 (#22837)
Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
This commit is contained in:
committed by
GitHub
parent
baffe9d0cc
commit
e2854b3c61
3
changelog/22832.txt
Normal file
3
changelog/22832.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
ui: Fixes form field label tooltip alignment
|
||||
```
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user