Skip to content

Commit

Permalink
chore: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Jan 16, 2024
1 parent 744e44d commit a185dd1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class ExampleTuiCellComponent {

readonly example2: TuiDocExample = {
HTML: import('./examples/2/index.html?raw'),
LESS: import('./examples/2/index.less?raw'),
};

readonly example3: TuiDocExample = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<tui-doc-example
id="base"
description="Buttons/badges sizes according to the header size"
heading="Sizes"
[content]="example1"
>
Expand Down
3 changes: 0 additions & 3 deletions projects/experimental/directives/header/header.styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
display: flex;
align-items: flex-start;
box-sizing: content-box;
flex-wrap: wrap;
isolation: isolate;
color: var(--tui-text-01);

[tuiTitle] {
flex-basis: min-content;
flex-grow: 2;
}

Expand Down

0 comments on commit a185dd1

Please sign in to comment.