diff --git a/skin/adminhtml/default/default/boxes.css b/skin/adminhtml/default/default/boxes.css index 87a436cff69..2b742613c44 100644 --- a/skin/adminhtml/default/default/boxes.css +++ b/skin/adminhtml/default/default/boxes.css @@ -333,7 +333,7 @@ table.form-edit { width:100%; } .entry-edit .entry-edit-head a { color:#fff; font-size:1em; line-height:18px; min-height:0; font-weight:bold} .entry-edit .content { margin-left:0 !important; padding:10px 15px; } .entry-edit fieldset li, -.entry-edit .fieldset li { margin:4px 0; } +.entry-edit .fieldset li { margin:4px 0; word-break: break-all; } .entry-edit fieldset span.form_row, .entry-edit .fieldset span.form_row, .entry-edit fieldset .field-row .hint, @@ -553,10 +553,18 @@ td.divider { font-size:1px; line-height:0; } /**/ -.note-list { width:100%; overflow:hidden; } -.note-list li { border-top:1px solid #e3e3e3; margin-top:9px !important; background:url(images/icon_note_list.gif) no-repeat 0 4px; padding-bottom:9px; padding-left:18px; } - - +.note-list { + width:100%; + overflow:hidden; +} +.note-list li { + border-top: 1px solid #e3e3e3; + margin-top: 9px !important; + background: url(images/icon_note_list.gif) no-repeat 0 4px; + padding-bottom: 9px; + padding-left: 18px; + word-break: break-all; +} /******************************************************************************/ /********************************** STRUCTURE *********************************/