Skip to content

Commit

Permalink
fix: Add RTL support to app heading.
Browse files Browse the repository at this point in the history
Signed-off-by: Faisal Alghamdi <[email protected]>
  • Loading branch information
falghamdi125 committed Nov 23, 2024
1 parent df1f1e0 commit 66b0965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ActivityAppFeed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ watch(props, () => {
font-size: 20px;
line-height: 44px; // to align height with the app navigation toggle
// Align with app navigation toggle
margin: var(--app-navigation-padding, 8px) 0 0 calc(2 * var(--app-navigation-padding, 8px) + 44px);
margin-inline: calc(2 * var(--app-navigation-padding, 8px) + 44px) var(--app-navigation-padding, 8px);
}
}
</style>

0 comments on commit 66b0965

Please sign in to comment.