Commit 649feacd by murad

Polls label fix for LMS

parent 0e2ef351
......@@ -45,7 +45,7 @@
.percentage-gauge-container {
display: inline-block;
width: 87%;
width: calc(100% - 75px);
vertical-align: middle;
position: relative;
background-color: #fafbfc;
......@@ -352,9 +352,6 @@ th.survey-answer {
max-width: none;
}
.percentage-gauge-container{
width: calc(100% - 70px);
}
.percentage-gauge-container label.poll-answer-label p{
margin-top: 0;
line-height: 24px;
......
......@@ -44,7 +44,7 @@ def package_data(pkg, roots):
setup(
name='xblock-poll',
version='1.3.3',
version='1.3.4',
description='An XBlock for polling users.',
packages=[
'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