Skip to content

Commit

Permalink
Refs #140518 - Fix page width for logged in users.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 22, 2021
1 parent ad860ff commit ceea5fd
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 @@ -32,6 +32,12 @@
width: calc(100vw - 100px) !important;
}
}

&.has-toolbar-collapsed {
div#page-document {
width: calc(100vw - 50px) !important;
}
}
}
}

Expand Down

0 comments on commit ceea5fd

Please sign in to comment.