Skip to content

Commit

Permalink
SUL23-650 | remove margin spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Oct 15, 2024
1 parent c85f58d commit 126cbf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const StudyPlaceFilteringTable = ({items}: Props) => {
</div>
</a>
)}
{!item.libCalId && <p>Reservation not required</p>}
{!item.libCalId && <p className="m-0">Reservation not required</p>}
</Td>
</Tr>
))}
Expand Down

0 comments on commit 126cbf5

Please sign in to comment.