Skip to content

Commit

Permalink
Bug #227344 - [webapp => poll] allignment are not proper on poll card
Browse files Browse the repository at this point in the history
  • Loading branch information
sonaliTekdi committed Sep 23, 2024
1 parent 3b52383 commit c6089bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nulp_elite/src/components/VotingCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default function VotingCard({ items, index, onClick }) {
>
<CardContent>
<Box>
<Box className="d-flex jc-bw">
<Box className="d-flex">
<Grid item xs={12} md={8} lg={8}>
{items.title && (
<Typography
Expand Down Expand Up @@ -193,7 +193,7 @@ export default function VotingCard({ items, index, onClick }) {
</Grid>
</Box>
<Box className="d-flex h6-title mt-10" style={{ color: "#484848" }}>
<Box className="d-flex jc-bw alignItems-center">
<Box className="d-flex alignItems-center">
<TodayOutlinedIcon className="fs-12 pr-5" />
{moment(items?.start_date).format(
"dddd, MMMM Do YYYY, h:mm:ss a"
Expand Down

0 comments on commit c6089bc

Please sign in to comment.