forked from openlp/openlp
fixed bug 1045564 ('Bible verses on Remote Browser line wrap problem')
Fixes: https://launchpad.net/bugs/1045564
This commit is contained in:
parent
0e4aeaac76
commit
360e64850c
@ -30,3 +30,8 @@
|
|||||||
.ui-icon-unblank {
|
.ui-icon-unblank {
|
||||||
background-image: url(images/ui-icon-unblank.png);
|
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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user