💄(react) add margin to right supporting text
If the left text is long it was able in some cases to be too close to the right text.
This commit is contained in:
@@ -22,10 +22,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
&__text, &__text-right {
|
||||
&__text {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
&__text__right {
|
||||
margin-left: 0.75rem;
|
||||
}
|
||||
|
||||
&--error {
|
||||
color: var(--c--theme--colors--danger-500);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user