Skip to content

Commit

Permalink
LF-4122 Give action bar slightly more width to accomodate pluralized …
Browse files Browse the repository at this point in the history
…label
  • Loading branch information
kathyavini committed Mar 20, 2024
1 parent 31f637c commit 659e83c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/webapp/src/components/ActionMenu/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
left: 50%;

&.iconCount_4 {
width: 408px;
width: 424px;
transform: translateX(-204px);
}
}
Expand All @@ -52,7 +52,7 @@
border-radius: 4px 4px 0px 0px;
font-weight: 700;
background-color: var(--Colors-Primary-Primary-teal-700);
border-bottom: 1px solid #FFFFFF1A;
border-bottom: 1px solid #ffffff1a;
}

.textButtons {
Expand Down

0 comments on commit 659e83c

Please sign in to comment.