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} {
|
||||
margin-bottom: 8em;
|
||||
|
||||
|
||||
@include flex.layout-bp(lt-md) {
|
||||
margin-bottom: 0em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,7 +69,6 @@
|
||||
|
||||
&-item {
|
||||
width: 100%;
|
||||
flex-grow: 1;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
@@ -78,8 +77,8 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1 1 auto;
|
||||
padding-right: 1%;
|
||||
padding-left: 1%;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
&-item {
|
||||
|
Reference in New Issue
Block a user