chore: Woot tabs for RTL(#6518)

This commit is contained in:
Sivin Varghese
2023-02-23 18:18:28 +05:30
committed by GitHub
parent 409466bbd5
commit 6407745571
2 changed files with 24 additions and 17 deletions

View File

@@ -5,6 +5,7 @@
:header-title="inboxName"
>
<woot-tabs
class="settings--tabs"
:index="selectedTabIndex"
:border="false"
@change="onTabChange"
@@ -669,6 +670,12 @@ export default {
.settings {
background: $color-white;
.settings--tabs {
::v-deep .tabs {
padding: 0;
}
}
.settings--content {
div:last-child {
border-bottom: 0;