Jefferson49 / Joomla_plugin_sexypolling_reloaded

Migration of the joomla plugin "Sexy Polling" to joomla 4.x
GNU General Public License v3.0
2 stars 3 forks source link

Setting for poll width 100% is not used; instead fixed value for poll width is used #87

Closed Jefferson49 closed 5 months ago

Jefferson49 commented 5 months ago

In #86, it was reported that the poll width from the poll setting is not used correctly. If the width is set to 100%, a fixed value for poll width is used instead 100%

poll_width_100

wrong_poll_width

Proposal for improved CSS code:

.polling_container_wrapper {
width: 100%!important;
}