mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
AAE-36388 Form Field alignment issues for one liner forms (#11054)
* AAE-36388 fixing form-field alignments on preview * AAE-36388 adding padding for radio-buttons inside adf-sections
This commit is contained in:
committed by
GitHub
parent
dcd15debf0
commit
0706c9f6de
@@ -66,19 +66,22 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
margin-right: -1%;
|
margin-right: -1%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
&-item {
|
&-item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adf-radio-buttons-widget {
|
||||||
|
padding-left: 12px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-single-column {
|
&-single-column {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
padding-left: 5px;
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-item {
|
&-item {
|
||||||
|
@@ -10,9 +10,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-container {
|
&-container {
|
||||||
display: flex;
|
display: grid;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
flex-direction: column;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -4,9 +4,8 @@
|
|||||||
.adf {
|
.adf {
|
||||||
&-date-time-widget {
|
&-date-time-widget {
|
||||||
&-container {
|
&-container {
|
||||||
display: flex;
|
display: grid;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
flex-direction: column;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#{ms.$mat-form-field-suffix} {
|
#{ms.$mat-form-field-suffix} {
|
||||||
|
Reference in New Issue
Block a user