chore: Style fix

This commit is contained in:
iamsivin
2024-05-13 14:33:01 +05:30
parent 4a491d8a91
commit 7efc2b9325
3 changed files with 11 additions and 3 deletions
@@ -9,7 +9,11 @@
<div class="flex flex-col h-auto overflow-auto">
<div class="flex flex-col px-8 pb-4">
<woot-tabs :index="selectedTabIndex" @change="onClickTabChange">
<woot-tabs
class="ltr:[&>ul]:pl-0 rtl:[&>ul]:pr-0"
:index="selectedTabIndex"
@change="onClickTabChange"
>
<woot-tabs-item
v-for="tab in tabs"
:key="tab.key"
@@ -3,7 +3,7 @@
<div class="multiselect-wrap--small">
<multiselect
v-model="selectedOptions"
class="no-margin"
class="no-margin !pl-0"
placeholder="Type to search"
select-label="Select issue"
label="name"
@@ -27,7 +27,11 @@
@unlink-issue="unlinkIssue"
/>
</div>
<woot-modal :show.sync="showAddPopup" :on-close="hideAddPopup">
<woot-modal
:show.sync="showAddPopup"
:on-close="hideAddPopup"
class="!items-start [&>div]:!top-12"
>
<create-or-link-issue
:conversation-id="conversationId"
:account-id="currentAccountId"