We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf9dc37 + 79c41be commit 65737ccCopy full SHA for 65737cc
src/components/Header/Header.jsx
@@ -324,7 +324,7 @@ const Header = (props) => {
324
<div className={item.isWidthShort ? `row row__short` : `row dropdown-col-menu`}>
325
{ item.columns.map((col) => (
326
<div
327
- className={item.columns.length <= 2 ? 'col col-sm-6 col-md-6 dropdown-col' : 'col-sm-7 col-md-4 dropdown-col'}
+ className={item.columns.length <= 2 ? 'col-sm-12 col-md-6 dropdown-col' : 'col-sm-7 col-md-4 dropdown-col'}
328
key={col.title}
329
>
330
<h6 className="dropdown-header">{col.title}</h6>
0 commit comments