ソースを参照

refs 112702: remove unnecessary imports

Futa Arai 3 年 前
コミット
9538558198
1 ファイル変更1 行追加1 行削除
  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;
   position: fixed;
   right: 20px;
   right: 20px;
   bottom: 20px;
   bottom: 20px;
-  width: 250px;
+  width: 230px;
 }
 }