💄(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:
Nathan Vasse
2023-09-07 11:25:24 +02:00
committed by NathanVss
parent d36e31448e
commit dce90eafb4

View File

@@ -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);