Fix(SW-952) Fixed shimmer width

This commit is contained in:
Pontus Dreij
2024-12-17 16:08:44 +01:00
parent 54ad8fe62c
commit 1cef92d0cf

View File

@@ -13,14 +13,14 @@ export function SelectHotelSkeleton({ count = 4 }: Props) {
<div className={styles.skeletonContainer}>
<header className={styles.header}>
<div className={styles.breadcrumbs}>
<SkeletonShimmer height={"25px"} width={"400px"} />
<SkeletonShimmer height={"25px"} width={"300px"} />
</div>
<div className={styles.title}>
<div className={styles.cityInformation}>
<SkeletonShimmer height={"25px"} width={"200px"} />
</div>
<div className={styles.sorter}>
<SkeletonShimmer height={"60px"} />
<SkeletonShimmer height={"60px"} width={"100%"} />
</div>
</div>
</header>