mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-07 18:25:09 +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;
|
margin-bottom: 15px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
.adf-label {
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-radio-button-container-horizontal {
|
&-radio-button-container-horizontal {
|
||||||
@ -35,6 +41,12 @@
|
|||||||
|
|
||||||
&-radio-button {
|
&-radio-button {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
|
||||||
|
label {
|
||||||
|
span {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-radio-group-error-message .adf-error-container {
|
&-radio-group-error-message .adf-error-container {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user