mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
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:
parent
015a4e3cc6
commit
2f411f3f3f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user