Browse Source

Merge pull request #1358 from alexandercbooth/fix-safari-padding

style(launcherWidgetBody): remove padding to fix browser compatibility
Steven Silvester 8 years ago
parent
commit
23e4bfe8cf
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/launcher/index.css

+ 0 - 2
src/launcher/index.css

@@ -62,8 +62,6 @@
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
-  padding-left: 20px;
-  padding-right: 20px;
 }