fixed mobile UI (#1195)

pull/1193/head^2
Syed Ali Shahbaz 2021-11-22 16:37:17 +05:30 committed by GitHub
parent dfb1b5602d
commit ecc960f0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ const ScheduleBlock = ({ name, day, weekday }: ScheduleBlockProps) => {
};
return (
<fieldset className="flex justify-between py-5 min-h-[86px]">
<fieldset className="flex flex-col space-y-2 sm:space-y-0 sm:flex-row justify-between py-5 min-h-[86px]">
<div className="w-1/3">
<label className="flex items-center space-x-2">
<input