Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Common/UserColumns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function UserColumns({
}) {
return (
<section
className="flex flex-col gap-5 sm:flex-row"
className="flex flex-col gap-5 sm:flex-row sm:items-center"
aria-labelledby="section-heading"
>
<div className="sm:w-1/4">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Facility/FacilityMapLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const FacilityMapsLink = ({

return (
<Link
className="text-primary hover:underline flex items-center gap-1"
className="text-primary hover:underline flex w-fit items-center gap-1"
href={getMapUrl(latitude, longitude)}
target={target}
rel="noreferrer"
Expand Down
Loading