Pull request #2347: fix(TEAMMSBMOB-22250): выравнивание дней недели в календаре
Merge in MCB_FE/mcb-platform-monorepo from fix/TEAMMSBMOB-22250 to develop * commit 'f5340bab08e3bebe220253325a0abf74516a0c89': fix(TEAMMSBMOB-22250): выравнивание дней недели в календаре
This commit is contained in:
@@ -10,7 +10,7 @@ const Weeks: React.FC = () => {
|
||||
const { weekDays } = useContext(CalendarContext);
|
||||
|
||||
return (
|
||||
<WeekContainer data-testid="calendarWeek" mx={{ XS: 'calendar.mobileHeaderPx', S: '-2px' }} px={{ XS: 'calendar.XS', S: '0' }}>
|
||||
<WeekContainer data-testid="calendarWeek" mx={{ XS: 'calendar.mobileHeaderPx', S: '20px' }} px={{ XS: 'calendar.XS', S: '0' }}>
|
||||
{weekDays.map(weekDay => (
|
||||
<Text.P3
|
||||
key={weekDay}
|
||||
|
||||
@@ -255,7 +255,6 @@ export const WeekContainer = styled.div<SpaceProps>(
|
||||
display: 'grid',
|
||||
gridTemplateColumns: 'repeat(7,1fr)',
|
||||
justifyContent: 'start',
|
||||
width: '250px',
|
||||
marginBottom: calendarM,
|
||||
userSelect: 'none',
|
||||
borderColor: 'control.secondary.grey.bg',
|
||||
|
||||
Reference in New Issue
Block a user