From e3a1179c11013c1b7a3ddd75b1630c807ba396f2 Mon Sep 17 00:00:00 2001 From: Suphanat Jarukulgowit Date: Wed, 8 Feb 2023 08:52:55 +0700 Subject: [PATCH] [#12] Fix survey list width and delete comment --- src/assets/stylesheets/components/_survey_list.scss | 1 + src/components/SkeletonLoader/index.tsx | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/assets/stylesheets/components/_survey_list.scss b/src/assets/stylesheets/components/_survey_list.scss index 5edd809..5868b6d 100644 --- a/src/assets/stylesheets/components/_survey_list.scss +++ b/src/assets/stylesheets/components/_survey_list.scss @@ -5,6 +5,7 @@ top: 25.38%; bottom: 36.88%; height: 70%; + width: 44rem; .swiper { width: 100%; cursor: pointer; diff --git a/src/components/SkeletonLoader/index.tsx b/src/components/SkeletonLoader/index.tsx index e7623db..8ab45f1 100644 --- a/src/components/SkeletonLoader/index.tsx +++ b/src/components/SkeletonLoader/index.tsx @@ -1,7 +1,5 @@ import React from 'react'; -// import styles from './SkeletonLoader.module.css'; - interface SkeletonLoaderProps { width: number | string; height: number;