torchbox / django-pattern-library

UI pattern libraries for Django templates
https://torchbox.github.io/django-pattern-library/
BSD 3-Clause "New" or "Revised" License
360 stars 44 forks source link

Use the correct iframe width with resize buttons. Fix #226 #225

Closed jkevingutierrez closed 1 year ago

jkevingutierrez commented 1 year ago

Description

As the iframe has a box-sizing: border-box; inherited from _base.scss the width is being affected by the border that is being applied here (reducing the real width in 2px).

Also, it is prune to other errors, as other properties could affect that width (like adding a padding)

Fixes #226

Checklist