diff --git a/src/components/CommandBar/CommandsList/CommandList.module.scss b/src/components/CommandBar/CommandsList/CommandList.module.scss index 89099c982b..9cd3696a08 100644 --- a/src/components/CommandBar/CommandsList/CommandList.module.scss +++ b/src/components/CommandBar/CommandsList/CommandList.module.scss @@ -32,7 +32,6 @@ $itemHeight: calc(1.5 * var(--spacing-mega)); padding-inline-end: var(--spacing-xsmall); cursor: pointer; color: var(--color-text-faded); - // white-space: nowrap; position: relative; z-index: var(--z-index-default); &.selected { diff --git a/src/components/CommandBar/CommandsList/CommandPrefix/CommandPrefix.module.scss b/src/components/CommandBar/CommandsList/CommandPrefix/CommandPrefix.module.scss index 0281d202b8..f98085d45d 100644 --- a/src/components/CommandBar/CommandsList/CommandPrefix/CommandPrefix.module.scss +++ b/src/components/CommandBar/CommandsList/CommandPrefix/CommandPrefix.module.scss @@ -15,9 +15,6 @@ } .name { - // white-space: nowrap; - // overflow: hidden; - // text-overflow: ellipsis; em { font-weight: var(--font-weight-bold); text-decoration: underline; diff --git a/src/components/Search/SearchResults/SearchResults.module.scss b/src/components/Search/SearchResults/SearchResults.module.scss index 7075c92f5a..1aec0724e7 100644 --- a/src/components/Search/SearchResults/SearchResults.module.scss +++ b/src/components/Search/SearchResults/SearchResults.module.scss @@ -21,4 +21,8 @@ } .navigationItemContainer { margin-inline-end: var(--spacing-small); + em { + font-weight: var(--font-weight-semibold); + text-decoration: underline; + } }