Merge pull request #2197 from ethereum/swapPanelPadding

removed padding from swap panel
pull/1/head
Liana Husikyan 6 years ago committed by GitHub
commit 354aee6ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/app/components/side-panel.js

@ -33,7 +33,6 @@ const css = csjs`
.pluginsContainer { .pluginsContainer {
height: 100%; height: 100%;
flex: 1; flex: 1;
padding-bottom: 40px;
overflow-y: auto; overflow-y: auto;
} }
.titleInfo { .titleInfo {

Loading…
Cancel
Save