Fix lint issues for compose

This commit is contained in:
Jože Fortun
2023-01-26 12:17:04 +01:00
parent cc51a28b60
commit 1e94eb3baf
4 changed files with 6 additions and 5 deletions
@@ -36,10 +36,10 @@
<th>
{{ $t("type") }}
</th>
<th style="width: 250px">
<th style="width: 250px;">
{{ $t("valueModifiers") }}
</th>
<th style="width: 250px">
<th style="width: 250px;">
{{ $t("multiValues") }}
</th>
</tr>
@@ -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 }}
</b-link>
@@ -99,7 +99,7 @@
>
<thead>
<tr>
<th style="width: auto" />
<th style="width: auto;" />
<th>
{{ $t("navigation.type") }}
</th>
@@ -112,7 +112,7 @@
<th class="text-center">
{{ $t("navigation.enabled") }}
</th>
<th style="width: auto;min-width: 100px" />
<th style="width: auto; min-width: 100px;" />
</tr>
</thead>
<tbody>
@@ -145,6 +145,7 @@ export default {
.position-initial {
position: initial;
}
.mw-90 {
max-width: 90vw;
}