aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/ContextMenuItem.tsx
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-07-27 10:11:16 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-07-27 10:11:16 -0400
commit103bffdc997bd41563c282db52ce7132c98b8f28 (patch)
tree07da841be17db9a6f1137dafc39c9eb850e5c9ac /src/client/views/ContextMenuItem.tsx
parenteb24b07405b902f34f9b335ef86f5ec2c6d7d062 (diff)
added additional groupings and fixed search selection styling
Diffstat (limited to 'src/client/views/ContextMenuItem.tsx')
-rw-r--r--src/client/views/ContextMenuItem.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/ContextMenuItem.tsx b/src/client/views/ContextMenuItem.tsx
index 4a7cd309d..097cb2c12 100644
--- a/src/client/views/ContextMenuItem.tsx
+++ b/src/client/views/ContextMenuItem.tsx
@@ -94,7 +94,7 @@ export class ContextMenuItem extends React.Component<ContextMenuProps & { select
) : null}
<div className="contextMenu-description">
{this.props.description}
- <FontAwesomeIcon icon={faAngleRight} size="lg" style={{ position: "absolute", right: "10px" }} />
+ <FontAwesomeIcon icon={faAngleRight} size="lg" style={{ position: "absolute", right: "10px", marginTop: "-2px"}} />
</div>
{submenu}
</div>