Investigate layout width issue
The layout width is not behaving as expected. Further investigation is needed to identify the cause.
This commit is contained in:
@@ -17,7 +17,7 @@ const PeriodSelector: React.FC<PeriodSelectorProps> = ({
|
||||
const isMobile = useIsMobile();
|
||||
|
||||
return (
|
||||
<div className={`flex items-center justify-between mb-6 ${isMobile ? 'w-full' : ''} w-full`}>
|
||||
<div className="flex items-center justify-between mb-6 w-full">
|
||||
<button
|
||||
className="neuro-flat p-2 rounded-full"
|
||||
onClick={onPrevPeriod}
|
||||
|
||||
Reference in New Issue
Block a user