fix(examples): small fixes in translate and personal-level plugins

This commit is contained in:
Drew Regitsky 2015-11-24 17:29:56 -08:00
parent c9faea9ec6
commit b520dcbb25
2 changed files with 2 additions and 2 deletions

View file

@ -71,8 +71,7 @@ class TranslateButton extends React.Component
#
_renderButton: =>
<button className="btn btn-toolbar">
Translate
<RetinaImg name="toolbar-chevron.png"/>
Translate <span style={fontSize: "9px", verticalAlign: "middle"}>▼</span>
</button>
_onTranslate: (lang) =>

View file

@ -4,4 +4,5 @@
div.personal-level-icon {
width: 15px;
display: inline-block;
margin-top: 1px;
}