From 360e64850c6bf6647ccf4f1fc6b5c52b308bd40b Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Tue, 23 Oct 2012 16:20:09 +0200 Subject: [PATCH] fixed bug 1045564 ('Bible verses on Remote Browser line wrap problem') Fixes: https://launchpad.net/bugs/1045564 --- openlp/plugins/remotes/html/openlp.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openlp/plugins/remotes/html/openlp.css b/openlp/plugins/remotes/html/openlp.css index 4db82a963..7985bb054 100644 --- a/openlp/plugins/remotes/html/openlp.css +++ b/openlp/plugins/remotes/html/openlp.css @@ -30,3 +30,8 @@ .ui-icon-unblank { background-image: url(images/ui-icon-unblank.png); } + +/* Overwrite style from jquery-mobile.css */ +.ui-li .ui-btn-text a.ui-link-inherit{ + white-space: normal; +}