Skip to content

Commit ccfb98a

Browse files
fix: Remove margin below user profile (#7651)
1 parent caec4e0 commit ccfb98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel/src/components/Views/Users/UserView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default {
9494
.k-user-view .k-user-profile {
9595
margin-bottom: var(--spacing-12);
9696
}
97-
.k-user-view[data-has-tabs="true"] .k-user-profile {
97+
.k-user-view .k-user-profile:has(+ .k-tabs) {
9898
margin-bottom: 0;
9999
}
100100
</style>

0 commit comments

Comments
 (0)