Skip to content

Commit

Permalink
layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Nov 8, 2023
1 parent cdd6511 commit 62b579e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/widgets/PanelTabListElementWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<q-item-label
style="width:100%"
v-if="props.tab?.url"
caption class="ellipsis-2-lines text-blue-10 bg-yellow-3"
caption class="ellipsis-2-lines text-blue-10"
@mouseover="showButtonsProp = true"
@mouseleave="showButtonsProp = false">
<div class="row q-ma-none">
Expand All @@ -95,7 +95,7 @@
<q-tooltip class="tooltip">{{ matcherTooltip() }}</q-tooltip>
</q-icon>
<!-- <q-icon class="q-ml-xs" name="open_in_new"/>-->
<ul>
<ul v-if="placeholders.length > 0">
<div v-for="placeholder in placeholders">
<li>
<short-url
Expand Down Expand Up @@ -132,7 +132,7 @@
<q-item-label
style="width:100%;margin-top:0"
v-if="props.tab?.url"
caption class="ellipsis-2-lines text-blue-10 bg-yellow-1"
caption class="ellipsis-2-lines text-blue-10"
@mouseover="showButtonsProp = true"
@mouseleave="showButtonsProp = false">
<div class="row q-ma-none" @click="gotoTab()">
Expand Down

0 comments on commit 62b579e

Please sign in to comment.