Skip to content

Commit

Permalink
lint-and-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Aug 15, 2024
1 parent 73a5fe9 commit 2123535
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,15 @@ $sidebar-color-font-active: theme(
}

&__title {
overflow: hidden;
flex-grow: 1;
flex-shrink: 0;

@include typography.use-text-ellipsis;
overflow: hidden;
white-space: nowrap;
width: lengths.size(144);

white-space: nowrap;

@include typography.use-text-ellipsis;
}

&__subtitle {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ $sidepanel-color-default: colors.font(default);
&-list {
overflow-y: auto;

width: calc(lengths.size(276) - lengths.border-width(2));

height: lengths.size(full);

padding-block: lengths.padding(8);
Expand Down

0 comments on commit 2123535

Please sign in to comment.