diff --git a/src/Menu/index.scss b/src/Menu/index.scss index 75103839c1..e89222665e 100644 --- a/src/Menu/index.scss +++ b/src/Menu/index.scss @@ -74,6 +74,16 @@ margin-left: calc(#{$menu-item-icon-margin-left} * -1); } } + + &.pgn__form-checkbox { + > input { + flex-shrink: 0; // When the menu item text is long, don't squish the checkbox, if present + } + + > div { + overflow: hidden; // Ensure text gets truncated properly if needed + } + } } }