diff --git a/platform/commonUI/general/res/sass/_inspector.scss b/platform/commonUI/general/res/sass/_inspector.scss index 03be9fe875..8f10663be1 100644 --- a/platform/commonUI/general/res/sass/_inspector.scss +++ b/platform/commonUI/general/res/sass/_inspector.scss @@ -87,6 +87,9 @@ @include align-items(center); border: none; padding: $interiorMarginSm 0; + .label { + min-width: 80px; + } input[type='text'], input[type='search'] { width: 100%; diff --git a/platform/features/plot/res/templates/plot-options-browse.html b/platform/features/plot/res/templates/plot-options-browse.html index 10067d506f..eb9ab986d2 100644 --- a/platform/features/plot/res/templates/plot-options-browse.html +++ b/platform/features/plot/res/templates/plot-options-browse.html @@ -19,27 +19,19 @@ this source code distribution or the Licensing information page available at runtime from the About dialog for additional information. --> -
Plot Options + class="flex-elem l-flex-row no-validate no-margin"> + class="flex-elem l-flex-row no-validate no-margin">
diff --git a/platform/features/table/res/templates/table-options-edit.html b/platform/features/table/res/templates/table-options-edit.html index a696c9ccb9..8f8c741667 100644 --- a/platform/features/table/res/templates/table-options-edit.html +++ b/platform/features/table/res/templates/table-options-edit.html @@ -25,6 +25,6 @@ ng-model="configuration.table.columns" structure="columnsForm" name="columnsFormState" - class="flex-elem l-flex-row no-validate no-margin reduced-min-width"> + class="flex-elem l-flex-row no-validate no-margin">
\ No newline at end of file