[FIX] line should break if url link is too long for readonly etherpad

bzr revid: rgaopenerp-20130701095502-c6pgr2dz7i7zmdop
This commit is contained in:
RGA(OpenERP) 2013-07-01 15:25:02 +05:30
parent b732bb34fe
commit d134cd6080
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@
font-family: arial, sans-serif;
font-size: 15px;
line-height: 19px;
word-wrap: break-word;
max-width: 750px;
}
.openerp .oe_form_nomargin .etherpad_readonly{