diff options
Put network status checkmarks at end of row
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/drop-menu-item.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/drop-menu-item.js b/ui/app/components/drop-menu-item.js index 69294c94d..f5800f799 100644 --- a/ui/app/components/drop-menu-item.js +++ b/ui/app/components/drop-menu-item.js @@ -21,6 +21,8 @@ DropMenuItem.prototype.render = function () { fontFamily: 'Montserrat Regular', color: 'rgb(125, 128, 130)', cursor: 'pointer', + display: 'flex', + justifyContent: 'flex-start', }, }, [ this.props.icon, |