Open amak-code opened 1 week ago
Stories.tsx
Stories.css
Added these styles to fix the pills issue : .stories-pills-block { display: flex; max-width: 700px; height: 7.536px; align-items: flex-start; }
.stories-pills-block { display: flex; max-width: 700px; height: 7.536px; align-items: flex-start; }
.stories-card-pills-block { display: flex; flex-direction: column; align-items: center; }
Stories.tsx
andStories.css
Added these styles to fix the pills issue :
.stories-pills-block { display: flex; max-width: 700px; height: 7.536px; align-items: flex-start; }
.stories-card-pills-block { display: flex; flex-direction: column; align-items: center; }