Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 3cb621c

Browse files
Merge pull request #564 from topcoder-platform/issue-62
for issue#62
2 parents 120fad5 + 3895574 commit 3cb621c

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

client/src/components/Header/style.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676

7777
.downArrow {
7878
margin-left: 15px;
79+
overflow: hidden;
7980
}
8081

8182
.menu {

client/src/pages/Search/Global.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export default function SearchGlobal({ keyword }) {
300300
{getOrderByText(orderBy)}
301301
</span>
302302
)}
303-
<DownArrowIcon />
303+
<DownArrowIcon className={style.downArrow} />
304304
{sortByDropdownShown && (
305305
<ul className={style.dropdown}>
306306
<li

client/src/pages/Search/style.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
margin-bottom: 100px;
5757
}
5858

59+
.downArrow {
60+
overflow: hidden;
61+
}
62+
5963
.pills {
6064
margin: 15px -5px 0;
6165
}

0 commit comments

Comments
 (0)