Skip to content

Commit

Permalink
Fix dropshadow permissions page (#9413)
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-decker authored Sep 15, 2020
1 parent c97493c commit 86adca8
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions ui/app/components/app/permission-page-container/index.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
.permission-approval-container {
display: flex;
border: none;
box-shadow: none;
width: 100%;
margin-top: 2px;
height: 100%;
flex-direction: column;
justify-content: space-between;
&.page-container {
display: flex;
border: none;
box-shadow: none;
width: 100%;
margin-top: 2px;
height: 100%;
flex-direction: column;
justify-content: space-between;
}

@media screen and (min-width: 576px) {
width: 426px;
Expand Down

0 comments on commit 86adca8

Please sign in to comment.