Skip to content

Commit

Permalink
Refs #139198 - Left align view selector in small screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 28, 2021
1 parent 6e6b874 commit 68ec7c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,13 @@ div#page-document {
max-height: 100px;
}
}

div.view-selector {
div.buttons {
position: relative;
left: -14px;
}
}
}

@media only screen and (max-width: 1279px) {
Expand Down

0 comments on commit 68ec7c2

Please sign in to comment.