Browse Source

refs 112702: remove unnecessary imports

Futa Arai 3 years ago
parent
commit
9538558198
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/PopUps.module.scss

+ 1 - 1
packages/app/src/components/PopUps.module.scss

@@ -2,5 +2,5 @@
   position: fixed;
   right: 20px;
   bottom: 20px;
-  width: 250px;
+  width: 230px;
 }