making LMS modal buttons more flexible to handle longer strings in translation, eg. French

This commit is contained in:
Frances Botsford
2014-03-04 10:58:39 -05:00
parent 9360760376
commit 68a679b351

View File

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