Skip to content

Commit 65737cc

Browse files
authored
Merge pull request #84 from postmanlabs/markeng-3271
navbar mobile fix
2 parents cf9dc37 + 79c41be commit 65737cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ const Header = (props) => {
324324
<div className={item.isWidthShort ? `row row__short` : `row dropdown-col-menu`}>
325325
{ item.columns.map((col) => (
326326
<div
327-
className={item.columns.length <= 2 ? 'col col-sm-6 col-md-6 dropdown-col' : 'col-sm-7 col-md-4 dropdown-col'}
327+
className={item.columns.length <= 2 ? 'col-sm-12 col-md-6 dropdown-col' : 'col-sm-7 col-md-4 dropdown-col'}
328328
key={col.title}
329329
>
330330
<h6 className="dropdown-header">{col.title}</h6>

0 commit comments

Comments
 (0)