fix: Layout of Keyboard Shortcuts guide for languages where definition wraps onto two lines

This commit is contained in:
Tom Moor
2021-05-05 20:05:49 -07:00
parent 896ee5c20d
commit b945b614f8

View File

@@ -413,8 +413,8 @@ const List = styled.dl`
const Keys = styled.dt`
float: right;
width: 45%;
height: 30px;
margin: 0;
margin: 0 0 10px;
clear: left;
text-align: right;
font-size: 12px;
color: ${(props) => props.theme.textSecondary};
@@ -426,8 +426,7 @@ const Keys = styled.dt`
const Label = styled.dd`
float: left;
width: 55%;
height: 30px;
margin: 0;
margin: 0 0 10px;
display: flex;
align-items: center;
color: ${(props) => props.theme.textSecondary};