Skip to content

Commit

Permalink
client dropdawn-menu mobile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trudkoveb committed Dec 18, 2018
1 parent f663458 commit a216ab5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/InitialPage/Header.js
Expand Up @@ -202,6 +202,9 @@ const UserInfo = styled.div`
padding-top: 15px;
border-radius: 5px;
text-align: left;
@media (max-width: 768px) {
right: auto;
}
&:before {
content: '';
display: block;
Expand All @@ -226,6 +229,7 @@ const UserInfo = styled.div`
position: relative;
padding: 5px 40px 5px 35px;
display: block;
white-space: nowrap;
&:before {
content: '';
display: block;
Expand Down

0 comments on commit a216ab5

Please sign in to comment.