diff --git a/kdb-web/src/app/modules/shared/components/feature-flag-list/feature-flag-list.component.html b/kdb-web/src/app/modules/shared/components/feature-flag-list/feature-flag-list.component.html index f6c35dd1..e0e48d00 100644 --- a/kdb-web/src/app/modules/shared/components/feature-flag-list/feature-flag-list.component.html +++ b/kdb-web/src/app/modules/shared/components/feature-flag-list/feature-flag-list.component.html @@ -4,7 +4,7 @@ {{'common.feature_flags' | translate}}:
- +
@@ -15,7 +15,7 @@
- + diff --git a/kdb-web/src/styles.scss b/kdb-web/src/styles.scss index a1bf817c..7a8c242e 100644 --- a/kdb-web/src/styles.scss +++ b/kdb-web/src/styles.scss @@ -712,7 +712,8 @@ p-inputNumber { width: 100%; } - app-config-list { + app-config-list, + app-feature-flag-list { .content-row { .content-column { flex-direction: column; @@ -723,6 +724,15 @@ p-inputNumber { .content-data-value-row { .content-table-row { flex-direction: column; + + p-inputSwitch { + display: flex; + justify-content: center !important; + } + + p-cellEditor { + justify-content: center !important; + } } } } @@ -770,4 +780,8 @@ p-inputNumber { gap: 5px; } } + + p-dropdown { + width: 100%; + } }