mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-36388 fixing form-field cut issue on preview (#11025)
This commit is contained in:
committed by
GitHub
parent
f67a7d0721
commit
45834e20f9
@@ -26,9 +26,9 @@
|
|||||||
|
|
||||||
#{ms.$mat-tab-body} {
|
#{ms.$mat-tab-body} {
|
||||||
margin-bottom: 8em;
|
margin-bottom: 8em;
|
||||||
|
|
||||||
@include flex.layout-bp(lt-md) {
|
@include flex.layout-bp(lt-md) {
|
||||||
margin-bottom: 0em;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -69,7 +69,6 @@
|
|||||||
|
|
||||||
&-item {
|
&-item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-grow: 1;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -78,8 +77,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
padding-right: 1%;
|
padding-left: 5px;
|
||||||
padding-left: 1%;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-item {
|
&-item {
|
||||||
|
Reference in New Issue
Block a user