Tailwind max-height utility class allows you to control the maximum height of elements. To set the Tailwind maximum height of an element, you can use the max-h-{size} classTailwind Max Height The max-height utility class in Tailwind CSS allows you to control the maximum height of elements....
{ + "@types/node": "^18.11.18", + "@types/react": "^18.0.26", + "autoprefixer": "^10.4.13", + "eslint": "^8.30.0", + "postcss": "^8.4.21", + "tailwindcss": "^3.2.4", + "typescript": "^5.0.0" + } +} diff --git a/pages/_app.mdx b/pages/_app....
tailwind.config.js module.exports={theme:{extend:{minHeight:{'128':'32rem',}}} Learn more about customizing the default theme in thetheme customizationdocumentation. Arbitrary values If you need to use a one-offmin-heightvalue that doesn’t make sense to include in your theme, use squa...
tailwind.config.js module.exports = { theme: { extend: { maxHeight: { '128': '32rem', } } } } Learn more about customizing the default theme in the theme customization documentation. Arbitrary values If you need to use a one-off max-height value that doesn’t make sense to ...
tailwind.config.js module.exports={theme:{extend:{height:{'128':'32rem',}}} Learn more about customizing the default theme in thetheme customizationdocumentation. Arbitrary values If you need to use a one-offheightvalue that doesn’t make sense to include in your theme, use square brack...