Skip to content

Commit

Permalink
Merge pull request #9997 from hicommonwealth/kaleemNeslit.9917.breadc…
Browse files Browse the repository at this point in the history
…rumbs

change the breadCrumbs width from 1000 to 1040
  • Loading branch information
KaleemNeslit authored Nov 26, 2024
2 parents 2e47cac + 549c139 commit ef91ad7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
z-index: 3;
overflow: auto;
width: 100%;
max-width: 1000px;
max-width: 1040px;
overflow: hidden;
max-height: 52px !important;
min-height: 52px !important;

@include extraSmall {
position: static;
}

.disable-active-cursor {
&:hover {
cursor: default;
Expand All @@ -31,7 +30,7 @@

.BreadcrumbsBlockContentArea {
width: 100%;
max-width: 1000px;
max-width: 1040px;
max-height: 52px !important;
min-height: 52px !important;
@include extraSmall {
Expand Down

0 comments on commit ef91ad7

Please sign in to comment.