hensei-web/node_modules/sanitize.css/assets.css
2020-09-11 06:44:42 -07:00

12 lines
153 B
CSS

/**
* Restrict sizing to the page width in all browsers (opinionated).
*/
iframe,
img,
input,
select,
textarea {
height: auto;
max-width: 100%;
}