Commit 8e4b924b by Han Su Kim

Merge pull request #2806 from edx/frances/fix/lms-modal-button

making LMS modal buttons more flexible to handle longer strings in trans...
parents 5ddab100 68a679b3
......@@ -234,9 +234,10 @@
input[type="submit"] {
display: block;
height: 45px;
height: auto;
margin: 0 auto;
width: 100%;
white-space: normal;
}
}
}
......
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