kohabug 2019 - display entire subfield label

Don't truncate subfield label at 22 characters; instead
display whole label and wrap

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Galen Charlton 2008-04-21 13:42:41 -05:00 committed by Joshua Ferraro
parent 33036c4ae4
commit b9260e571c
2 changed files with 7 additions and 2 deletions

View file

@ -939,8 +939,13 @@ span.expired {
font-style : italic;
}
div.tag {
clear: both;
}
div.subfield_line {
padding-bottom : .3em;
clear: both;
}
div.subfield_line label {
@ -1548,4 +1553,4 @@ span.permissiondesc {
.autocomplete .sample-result { color: black; }
.autocomplete .sample-query { color:#000; }
#findborrower { position:static; width:335px; }
#yborrowercontainer { text-align:left;width:335px; }
#yborrowercontainer { text-align:left;width:335px; }

View file

@ -589,7 +589,7 @@ function unHideSubfield(index,labelindex) { // FIXME :: is it used ?
<!-- TMPL_UNLESS NAME="advancedMARCEditor" -->
<!-- TMPL_IF name="mandatory" --><span class="subfield_mandatory"><!-- /TMPL_IF -->
<!-- TMPL_VAR NAME="marc_lib" -->
<!-- TMPL_VAR NAME="marc_lib_plain" -->
<!-- TMPL_IF name="mandatory" --></span><!-- /TMPL_IF -->
</label>
<!-- /TMPL_UNLESS -->