Skip to content

Commit

Permalink
Show full materia name on open
Browse files Browse the repository at this point in the history
  • Loading branch information
FdelMazo committed Sep 20, 2023
1 parent 2a8ca7e commit df4b7a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SelectCurso.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const SelectCurso = ({ codigo }) => {
color="primary.500"
width="200px"
_hover={{ "&>p": { whiteSpace: "normal" }, bg: "var(--chakra-colors-whiteAlpha-400)" }}
_focus={{ "&>p": { whiteSpace: "normal" } }}
rightIcon={isOpen ? <ChevronUpIcon /> : <><Text alignSelf="center" fontSize="x-small">({items.length})</Text><ChevronDownIcon /></>}
>
<Text fontSize="xs" isTruncated>
Expand Down

0 comments on commit df4b7a5

Please sign in to comment.