From 68a679b3515c6511a03f42bda6206615f3061c01 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Tue, 4 Mar 2014 10:58:39 -0500 Subject: [PATCH] making LMS modal buttons more flexible to handle longer strings in translation, eg. French --- lms/static/sass/shared/_modal.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/shared/_modal.scss b/lms/static/sass/shared/_modal.scss index 88a9c3121e..8c97b57f66 100644 --- a/lms/static/sass/shared/_modal.scss +++ b/lms/static/sass/shared/_modal.scss @@ -234,9 +234,10 @@ input[type="submit"] { display: block; - height: 45px; + height: auto; margin: 0 auto; width: 100%; + white-space: normal; } } }