Skip to content

Commit

Permalink
build: fixed css issue for responsive (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
meenakshi-deriv authored Aug 20, 2024
1 parent b8764f1 commit 1b36283
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/components/Breadcrumbs/base/breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

&--dropdown {
position: relative;
right: -600px;
margin-left: -1200px;
width: 1300px;
opacity: var(--core-opacity-700);
right: -12px;
margin-left: -24px;
width: 26px;
opacity: 0;

}
&--item {
Expand Down

0 comments on commit 1b36283

Please sign in to comment.