[AAE-16202] Fix long label overlap on radio button (#8886)

* [AAE-16202] Fix long label overlap on radio button

* [AAE-16202] Add margin top
This commit is contained in:
Diogo Bastos
2023-09-06 11:16:28 +01:00
committed by GitHub
parent 70a7e5f4e1
commit 8a9f828894

View File

@@ -9,6 +9,13 @@
margin-bottom: 15px;
display: flex;
flex-direction: row;
align-items: flex-start;
.adf-label {
width: auto;
height: auto;
white-space: normal;
}
}
&-radio-group {
@@ -21,7 +28,6 @@
&-radio-group-horizontal {
margin-top: 0;
margin-left: 25%;
display: inline-flex;
display: table-column-group;
}