Fixed height for keyboard shortcuts UI

closes #792
This commit is contained in:
Tom Moor
2018-11-15 00:28:59 -08:00
parent e3b0b55065
commit 0a73048f0f
+4 -2
View File
@@ -151,15 +151,17 @@ const List = styled.dl`
const Keys = styled.dt`
float: left;
width: 25%;
padding: 0 0 4px;
height: 30px;
margin: 0;
`;
const Label = styled.dd`
float: left;
width: 75%;
padding: 0 0 4px;
height: 30px;
margin: 0;
display: flex;
align-items: center;
`;
export default KeyboardShortcuts;