fix overflow issue on approval container (#9415)

feature/default_network_editable
Brad Decker 4 years ago committed by GitHub
parent bffa035bc7
commit 1123adcb1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ui/app/pages/confirm-approve/confirm-approve-content/index.scss

@ -19,10 +19,8 @@
display: flex; display: flex;
flex-flow: column; flex-flow: column;
align-items: center; align-items: center;
width: 390px; max-width: 100%;
font-style: normal; font-style: normal;
padding-left: 24px;
padding-right: 24px;
} }
&__card-wrapper { &__card-wrapper {

Loading…
Cancel
Save