AllThingsSmitty / css-protips

⚡️ A collection of tips to help take your CSS skills pro 🦾
Creative Commons Zero v1.0 Universal
28.37k stars 2.17k forks source link

use calc on form inputs #115

Closed micahchiang closed 3 years ago

micahchiang commented 5 years ago

A common issue developers can run into is form inputs extending beyond their containers. Using calc() is an easy way to solve this, and browser support is extensive.