Commit 649feacd by murad

Polls label fix for LMS

parent 0e2ef351
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
.percentage-gauge-container { .percentage-gauge-container {
display: inline-block; display: inline-block;
width: 87%; width: calc(100% - 75px);
vertical-align: middle; vertical-align: middle;
position: relative; position: relative;
background-color: #fafbfc; background-color: #fafbfc;
...@@ -352,9 +352,6 @@ th.survey-answer { ...@@ -352,9 +352,6 @@ th.survey-answer {
max-width: none; max-width: none;
} }
.percentage-gauge-container{
width: calc(100% - 70px);
}
.percentage-gauge-container label.poll-answer-label p{ .percentage-gauge-container label.poll-answer-label p{
margin-top: 0; margin-top: 0;
line-height: 24px; line-height: 24px;
......
...@@ -44,7 +44,7 @@ def package_data(pkg, roots): ...@@ -44,7 +44,7 @@ def package_data(pkg, roots):
setup( setup(
name='xblock-poll', name='xblock-poll',
version='1.3.3', version='1.3.4',
description='An XBlock for polling users.', description='An XBlock for polling users.',
packages=[ packages=[
'poll', 'poll',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment