mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5131] Radio buttons display below label (#5672)
This commit is contained in:
@@ -4,9 +4,13 @@
|
|||||||
|
|
||||||
&-radio-button-container {
|
&-radio-button-container {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-radio-group {
|
&-radio-group {
|
||||||
|
margin-top: 15px;
|
||||||
|
margin-left: 5px;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user