fixed mobile UI (#1195)
This commit is contained in:
parent
dfb1b5602d
commit
ecc960f0a3
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ const ScheduleBlock = ({ name, day, weekday }: ScheduleBlockProps) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
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">
|
<div className="w-1/3">
|
||||||
<label className="flex items-center space-x-2">
|
<label className="flex items-center space-x-2">
|
||||||
<input
|
<input
|
||||||
|
|
Loading…
Reference in a new issue