Skip to content

Commit

Permalink
Refs #141282 - Search box - improve responsivity.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 9, 2021
1 parent 2406da5 commit 88a432f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,12 @@ div#page-document {
left: -14px;
}
}

div.header-content {
position: relative;
left: -60px;
width: calc(100% + 120px) !important;
}
}

button.download-btn {
Expand Down

0 comments on commit 88a432f

Please sign in to comment.