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

making LMS modal buttons more flexible to handle longer strings in trans...
This commit is contained in:
Han Su Kim
2014-03-04 11:07:00 -05:00

View File

@@ -234,9 +234,10 @@
input[type="submit"] {
display: block;
height: 45px;
height: auto;
margin: 0 auto;
width: 100%;
white-space: normal;
}
}
}