Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Sep 4, 2024
1 parent 381a9aa commit efa11a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const StudyPlaceFilteringTable = ({items}: Props) => {
<form onSubmit={e => e.preventDefault()}>
<fieldset className="text-18">
<legend className="sr-only">Filter places to study</legend>
<div className="mb-30 flex w-full flex-wrap items-center justify-around gap-15 *:min-w-[300px] *:flex-1 *:3xl:min-w-0">
<div className="mb-30 flex w-full flex-wrap items-center justify-around gap-15 *:min-w-300 *:flex-1 *:3xl:min-w-0">
{!!Object.keys(libraryHours).length && (
<fieldset className="mb-10 mr-0 flex h-25 w-full items-center md:mb-0 md:mr-0 3xl:mr-19">
<legend className="sr-only">Show only open now or all locations</legend>
Expand Down

0 comments on commit efa11a0

Please sign in to comment.