From 1e94eb3baf23a779262bffa63d6085efa1f7b65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Thu, 26 Jan 2023 11:46:29 +0100 Subject: [PATCH] Fix lint issues for compose --- .../web/compose/src/components/Admin/Module/UniqueValues.vue | 4 ++-- .../web/compose/src/components/PageBlocks/Navigation/Base.vue | 2 +- .../src/components/PageBlocks/Navigation/Configurator.vue | 4 ++-- client/web/compose/src/components/Public/Page/Block/Modal.vue | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) 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; }