diff --git a/client/web/compose/src/components/Admin/Module/UniqueValues.vue b/client/web/compose/src/components/Admin/Module/UniqueValues.vue index 01ed41ca6..db15a2a41 100644 --- a/client/web/compose/src/components/Admin/Module/UniqueValues.vue +++ b/client/web/compose/src/components/Admin/Module/UniqueValues.vue @@ -36,10 +36,10 @@ {{ $t("type") }} - + {{ $t("valueModifiers") }} - + {{ $t("multiValues") }} diff --git a/client/web/compose/src/components/PageBlocks/Navigation/Base.vue b/client/web/compose/src/components/PageBlocks/Navigation/Base.vue index d4941f45c..b67c4f0a9 100644 --- a/client/web/compose/src/components/PageBlocks/Navigation/Base.vue +++ b/client/web/compose/src/components/PageBlocks/Navigation/Base.vue @@ -84,7 +84,7 @@ :style="{ order: dIndex * 2 }" :disabled="navItem.options.disabled" class="dropdown-item" - style="white-space: normal" + style="white-space: normal;" > {{ dropdown.title }} diff --git a/client/web/compose/src/components/PageBlocks/Navigation/Configurator.vue b/client/web/compose/src/components/PageBlocks/Navigation/Configurator.vue index f12c9e902..8ce923535 100644 --- a/client/web/compose/src/components/PageBlocks/Navigation/Configurator.vue +++ b/client/web/compose/src/components/PageBlocks/Navigation/Configurator.vue @@ -99,7 +99,7 @@ > - + {{ $t("navigation.type") }} @@ -112,7 +112,7 @@ {{ $t("navigation.enabled") }} - + diff --git a/client/web/compose/src/components/Public/Page/Block/Modal.vue b/client/web/compose/src/components/Public/Page/Block/Modal.vue index f1fbcb714..3d1019fa6 100644 --- a/client/web/compose/src/components/Public/Page/Block/Modal.vue +++ b/client/web/compose/src/components/Public/Page/Block/Modal.vue @@ -145,6 +145,7 @@ export default { .position-initial { position: initial; } + .mw-90 { max-width: 90vw; }