Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1153445 - Icon labels shouls be dir=auto. r=kgrandon, a=bajaj
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster committed Apr 15, 2015
1 parent dd613ca commit 3f6a692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/elements/gaia_grid/js/items/grid_item.js
Expand Up @@ -538,6 +538,7 @@

var nameEl = document.createElement('span');
nameEl.className = 'title';
nameEl.setAttribute('dir', 'auto');

nameContainerEl.appendChild(nameEl);

Expand Down

0 comments on commit 3f6a692

Please sign in to comment.