We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4253b commit 02b7561Copy full SHA for 02b7561
src/components/Navigator/NavigatorCard.vue
@@ -621,5 +621,6 @@ $navigator-card-vertical-spacing: 8px !default;
621
height: 100%;
622
box-sizing: border-box;
623
padding: var(--card-vertical-spacing) 0;
624
+ padding-right: var(--card-horizontal-spacing);
625
}
626
</style>
src/components/Navigator/NavigatorCardItem.vue
@@ -99,7 +99,6 @@ export default {
99
height: 32px;
100
display: flex;
101
align-items: center;
102
- padding-right: var(--card-horizontal-spacing);
103
104
105
.head-wrapper {
0 commit comments