Skip to content

Commit

Permalink
[QA-1248] Fix search header width (#8381)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers authored May 8, 2024
1 parent 359bb4e commit 11a3837
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ import { fullSearchResultsPage, NOT_FOUND_PAGE } from 'utils/route'

import styles from './SearchPageContent.module.css'

const SEARCH_HEADER_MAX_WIDTH_PX = 720

const SearchHeader = (props) => {
const secondary = (
<span className={styles.searchText}>&#8220;{props.searchText}&#8221;</span>
Expand All @@ -32,7 +30,6 @@ const SearchHeader = (props) => {
{...props}
primary={props.title}
secondary={secondary}
overrideWidth={SEARCH_HEADER_MAX_WIDTH_PX}
variant='main'
containerStyles={styles.searchResultsHeader}
/>
Expand Down

0 comments on commit 11a3837

Please sign in to comment.