Skip to content

Commit

Permalink
fix: overflowing survey results
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Nov 8, 2023
1 parent 31fa68a commit 7b4532a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/surveys/surveyViewViz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function UsersStackedBar({ surveyUserStats }: { surveyUserStats: SurveyUs
<>
{total > 0 && (
<div className="mb-8">
<div className="w-full mx-auto h-10 mb-4">
<div className="relative w-full mx-auto h-10 mb-4">
{[
{
count: seen,
Expand Down

0 comments on commit 7b4532a

Please sign in to comment.