mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix(site): Fix long template descriptions (#6403)
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user