Bug 348343 - Selected addon description no longer wraps. r=rob_strong

This commit is contained in:
rob_strong%exchangecode.com 2006-08-12 20:38:05 +00:00
Родитель 82a6b0be7e
Коммит d4c050ef09
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -176,7 +176,7 @@
<xul:vbox class="addon-icon" xbl:inherits="iconURL"/>
<xul:vbox flex="1" class="addonTextBox">
<xul:hbox anonid="addonNameVersion" class="addon-name-version" xbl:inherits="name, version"/>
<xul:label anonid="addonDescriptionWrap" class="descriptionWrap" xbl:inherits="value=description"/>
<xul:label anonid="addonDescriptionWrap" class="descriptionWrap" xbl:inherits="xbl:text=description"/>
<xul:vbox anonid="addonSelectedStatusMsgs" class="selectedStatusMsgs">
<xul:hbox class="addon-optype attention" align="center"/>
<xul:hbox flex="1" class="updateAvailableBox attention">
@ -276,7 +276,7 @@
labelPieces.push(this._nameVersion.getAttribute("version"));
// Add description
labelPieces.push(this._descriptionWrap.value);
labelPieces.push(this._descriptionWrap.textContent);
// Add selected status messages, if any are visible.
// Note 1: visibility of status messages is set by CSS rule,