Skip to content

Commit e8cff6e

Browse files
feat: add w-full to feedback table pagination stepper
Add w-full class to the bottom page stepper in the All Feedback card to ensure it spans the full width of the container. Co-Authored-By: Kapil Gowru <[email protected]>
1 parent f14f78f commit e8cff6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fern-dashboard/src/components/feedback/FeedbackTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export function FeedbackTable({
219219
</TableBody>
220220
</Table>
221221
</div>
222-
<div className="flex items-center justify-between border-t px-4 py-3">
222+
<div className="flex w-full items-center justify-between border-t px-4 py-3">
223223
<div className="text-sm text-gray-600">
224224
Page {pagination.page} • Showing {feedback.length} {feedback.length === 1 ? "entry" : "entries"}
225225
</div>

0 commit comments

Comments
 (0)