Skip to content

Commit

Permalink
fix: 🐞 [EXL-127] remove scroll from side bar group title
Browse files Browse the repository at this point in the history
remove scroll from side bar group title
  • Loading branch information
tal-rofe committed Jan 30, 2023
1 parent 2b5718a commit 1afc433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@

&__label {
width: 100%;
overflow-x: hidden;
height: 27px;
overflow: hidden;
font-size: 2.1rem;
font-weight: 500;
color: map.get(variables.$colors, blacks-dark-gunmetal);
Expand Down
1 change: 0 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const configuration = defineConfig({
globalSetup: './tests/scripts/global-setup.ts',
globalTeardown: './tests/scripts/global-teardown.ts',
reporter: [['html', { open: 'never' }]],
expect: { timeout: 20 * 1000 },
});

export default configuration;

0 comments on commit 1afc433

Please sign in to comment.