chore: Woot tabs for RTL(#6518)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user