AAE-21952 Fix Radio buttons widget not displayed properly when labels… (#9706)

* AAE-21952 Fix Radio buttons widget not displayed properly when labels are too long

* bring back style removed by mistake
This commit is contained in:
Tomasz Gnyp 2024-05-21 11:21:56 +02:00 committed by GitHub
parent 015a4e3cc6
commit 2f411f3f3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,12 @@
margin-bottom: 15px;
display: flex;
flex-direction: column;
.adf-label {
width: auto;
height: auto;
white-space: normal;
}
}
&-radio-button-container-horizontal {
@ -35,6 +41,12 @@
&-radio-button {
margin: 5px;
label {
span {
white-space: normal;
}
}
}
&-radio-group-error-message .adf-error-container {