Skip to content

Commit 882adaa

Browse files
fix(PDYE-1256): modificacion ancho caja evento (#717)
Co-authored-by: Javiera Munita <javiera.munita@eclass.cl>
1 parent 14bba12 commit 882adaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/organisms/Calendar/EventsList/EventsList.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const EventsList = ({
5151
const detailTextStyle = {
5252
color: vars('colors-neutral-gray') ?? '#808080',
5353
fontSize: '14px',
54-
display: 'flex',
54+
display: 'inline',
5555
gap: '4px',
5656
lineHeight: 'normal',
5757
}
@@ -60,9 +60,9 @@ export const EventsList = ({
6060
<Box className="eventsList" borderTop={border} p="16px" display="flex" gap="12px">
6161
<Box
6262
bg={color}
63-
minW="80px"
63+
minW="108px"
6464
minH="80px"
65-
maxW="80px"
65+
maxW="108px"
6666
maxH="80px"
6767
borderRadius="4px"
6868
p="8px"

0 commit comments

Comments
 (0)