Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and taiga-family-bot committed Feb 1, 2024
1 parent 2749689 commit 0c2d32e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/core/components/root/root.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ tui-root {

tui-root > .t-root-scrollbar {
.fullsize(fixed, inset);
margin: 0;
display: none;
margin: 0;
}

[data-tui-theme] tui-root > .t-root-scrollbar {
Expand Down
3 changes: 2 additions & 1 deletion projects/demo/src/modules/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ export const ROUTES: Routes = [
{
path: 'experimental/card-medium',
loadChildren: async () =>
(await import('../experimental/card-medium/card-medium.module')).ExampleTuiCardModule,
(await import('../experimental/card-medium/card-medium.module'))
.ExampleTuiCardModule,
data: {
title: 'CardMedium',
},
Expand Down

0 comments on commit 0c2d32e

Please sign in to comment.