fix(site): Fix long template descriptions (#6403)

This commit is contained in:
Bruno Quaresma
2023-03-01 17:53:59 +00:00
committed by GitHub
parent 9ea21bf8ee
commit 4dd95c5e01
2 changed files with 3 additions and 0 deletions
@@ -59,6 +59,7 @@ const useStyles = makeStyles((theme) => ({
alignItems: "center",
paddingTop: theme.spacing(6),
paddingBottom: theme.spacing(6),
gap: theme.spacing(4),
[theme.breakpoints.down("sm")]: {
flexDirection: "column",
@@ -83,6 +84,7 @@ const useStyles = makeStyles((theme) => ({
margin: 0,
marginTop: ({ condensed }: { condensed?: boolean }) =>
condensed ? theme.spacing(0.5) : theme.spacing(1),
lineHeight: "140%",
},
actions: {
+1
View File
@@ -49,6 +49,7 @@ export const getOverrides = ({
textTransform: "none",
letterSpacing: "none",
border: `1px solid ${palette.divider}`,
whiteSpace: "nowrap",
"&:focus-visible": {
outline: `2px solid ${palette.primary.dark}`,