CameronWard301 / airtable

A Dokuwiki plugin to sync data from airtable
GNU General Public License v3.0
2 stars 2 forks source link

iframe style definition sets !important width for iframes globally #13

Open teldri opened 3 years ago

teldri commented 3 years ago

https://github.com/CameronWard301/airtable/blob/0110149a6a85f4fc2abcf192a2c1c39a41e67219/style.css#L42-L44

We´re also using the dokuwiki iframe plugin (https://github.com/Chris--S/dokuwiki-plugin-iframe/) Since the iframe plugin does not allow setting the width with "!important", we can´t use this plugin properly due to the airtable plugins style definition.

CameronWard301 commented 3 years ago

I'll have a look tomorrow 👍 @teldri

CameronWard301 commented 3 years ago

@teldri Would the solution be to remove the tag "iframe" in the class definition. These styles are not really set in stone yet, I just made them to quickly throw something together. They can be very flexible :)

teldri commented 3 years ago

@CameronWard301 Yes that would work. Or maybe make .airtable-iframe iframe {...} definition if needet.

CameronWard301 commented 3 years ago

@teldri Please can you check the latest dev branch, I think this is now resolved :)