aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/operation-creator.component.less
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/operation-creator.component.less')
-rw-r--r--catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/operation-creator.component.less15
1 files changed, 7 insertions, 8 deletions
diff --git a/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/operation-creator.component.less b/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/operation-creator.component.less
index f962bc2dca..e2b53bee65 100644
--- a/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/operation-creator.component.less
+++ b/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/operation-creator.component.less
@@ -84,14 +84,8 @@
}
/deep/ .cell {
- &.field-name {
- flex: 2;
- }
-
-
- &.field-mandatory {
- flex: 0.5;
- text-align: center;
+ &.field-name, &.field-type {
+ flex: 1;
}
&.field-property {
@@ -100,6 +94,11 @@
}
}
+ &.field-mandatory {
+ flex: 0.5;
+ text-align: center;
+ }
+
&.remove {
min-width: 40px;
}