Fix lint issues for compose
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user