fixed mobile UI (#1195)

This commit is contained in:
Syed Ali Shahbaz
2021-11-22 16:37:17 +05:30
committed by GitHub
parent dfb1b5602d
commit ecc960f0a3

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