Fixes problems with long tags and cropping.
This commit is contained in:
parent
c478fea15f
commit
52ae9b321e
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
|||
<xul:label value="See also: (coming soon)"/>
|
||||
<xul:label onclick="this.nextSibling.showPopup(this,-1,-1,'popup',0,0);"/>
|
||||
<xul:popup width="300" onpopuphidden="this.parentNode.parentNode.updateTagsSummary();">
|
||||
<xul:tagsbox/>
|
||||
<xul:tagsbox flex="1"/>
|
||||
</xul:popup>
|
||||
</xul:vbox>
|
||||
</content>
|
||||
|
@ -180,6 +180,7 @@
|
|||
|
||||
var label = document.createElement("label");
|
||||
label.setAttribute('value', Scholar.Tags.getName(tags[i]));
|
||||
label.setAttribute('crop','end');
|
||||
|
||||
var remove = document.createElement("label");
|
||||
remove.setAttribute('value','-');
|
||||
|
|
Loading…
Add table
Reference in a new issue