Jefferson49/Joomla_plugin_sexypolling_reloaded

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

Closed this issue · 0 comments

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;
}