0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 21:53:27 -05:00
penpot-exporter-figma-plugin/ui-src/components/Wrapper/Wrapper.module.css
Alex Sánchez 8d5c5c15eb
Dynamic plugin size calculation, and cap the height to a safe value (#98)
* dynamic size

* fixes

* fixes

* fix dynamic size

* add changelog

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-05-13 10:08:26 +02:00

7 lines
127 B
CSS

.wrapper {
padding: 1.5rem 1rem 1rem;
.wrapper-overflow {
/* Empty class used to detect overflow on the body */
}
}