Skip to content

Commit

Permalink
[AAE-16202] Fix long label overlap on radio button (#8906)
Browse files Browse the repository at this point in the history
* [AAE-16202] Fix long label overlap on radio button

* [AAE-16202] Add margin top

* Align styles with expected behaviour

* [AAE-16202] fix lint error
  • Loading branch information
DiogoABastos committed Sep 12, 2023
1 parent 8080a06 commit 13b6bf3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
&-radio-button-container-horizontal {
margin-bottom: 15px;
display: flex;
flex-direction: row;
flex-flow: row wrap;
align-items: flex-start;
justify-content: flex-start;

.adf-label {
width: auto;
height: auto;
white-space: normal;
margin-right: 25%;
}
}

Expand All @@ -27,7 +29,7 @@

&-radio-group-horizontal {
margin-top: 0;
margin-left: 25%;
margin-left: 0;
display: table-column-group;
}

Expand Down

0 comments on commit 13b6bf3

Please sign in to comment.