Skip to content

Commit

Permalink
Merge pull request #967 from basedosdados/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
AldemirLucas authored Sep 23, 2024
2 parents ddcc67c + 985197b commit ac5b3be
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 58 deletions.
1 change: 1 addition & 0 deletions next/components/atoms/ObservationLevelTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export default function ObservationLevel({ resource }) {
borderColor="#DEDFE0"
textTransform="none"
letterSpacing="inherit"
whiteSpace="break-spaces"
>
{elm[1]}
</Td>
Expand Down
2 changes: 1 addition & 1 deletion next/components/molecules/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function Footer({ template, ocult = false }) {
gridGap={{base: "8px", lg: "40px"}}
padding={{base: "24px", lg: "0"}}
>
<TextFooterSimple textAlign="center">
<TextFooterSimple >
® 2024 Base dos Dados
</TextFooterSimple>
<TextFooterSimple as="a" href="/termos-e-privacidade?section=terms" _hover={{ color: "#252A32" }}>
Expand Down
4 changes: 2 additions & 2 deletions next/components/organisms/BdmTablePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ export default function BdmTablePage({ id }) {
fontSize="24px"
lineHeight="36px"
color="#252A32"
width="fit-content"
width={{base: "100%", lg:"fit-content"}}
overflow="hidden"
textOverflow="ellipsis"
whiteSpace="nowrap"
whiteSpace={{base: "normal", lg:"nowrap"}}
>
{resource?.name}
</Text>
Expand Down
Loading

0 comments on commit ac5b3be

Please sign in to comment.