Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Layers panel: fix checkbox/label misalignment
Browse files Browse the repository at this point in the history
Fixes sub-issue
#12 (comment)
of Issue #12.
  • Loading branch information
pont-us committed Aug 18, 2020
1 parent fdcdba0 commit 0203c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/containers/LayersPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class LayersPanel extends React.Component<ILayersPanelProps & DispatchProp<State
height: '100%'
};
static readonly LAYER_LABEL_ELEMENT_STYLE = {marginLeft: '0.5em'};
static readonly LAYER_CHECKBOX_STYLE = {marginBlock: '4px'};
static readonly LAYER_CHECKBOX_STYLE = {marginTop: '4px', marginBottom: '4px'};

constructor(props: ILayersPanelProps & DispatchProp<State>) {
super(props);
Expand Down

0 comments on commit 0203c61

Please sign in to comment.