Skip to content

Commit

Permalink
Fix responsive impersonate button
Browse files Browse the repository at this point in the history
  • Loading branch information
vienthuong committed Jun 16, 2021
1 parent bad17bb commit 3d6faba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
}

@media screen and (max-width: 700px) {
@media screen and (max-width: 1400px) {
.impersonation-btn {
max-width: initial;
border-radius: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/administration/css/impersonation.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d6faba

Please sign in to comment.