mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -9,6 +9,13 @@
|
|||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
align-items: flex-start;
|
||||||
|
|
||||||
|
.adf-label {
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-radio-group {
|
&-radio-group {
|
||||||
@@ -21,7 +28,6 @@
|
|||||||
&-radio-group-horizontal {
|
&-radio-group-horizontal {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-left: 25%;
|
margin-left: 25%;
|
||||||
display: inline-flex;
|
|
||||||
display: table-column-group;
|
display: table-column-group;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user