Skip to content

Commit

Permalink
Add style (apache#14839)
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed May 28, 2021
1 parent 5f0a619 commit 35ecb1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Expand Up @@ -92,6 +92,13 @@ const Styles = styled.div`
.Select__menu {
max-width: 100%;
}
.type-label {
margin-right: ${({ theme }) => theme.gridUnit * 3}px;
width: ${({ theme }) => theme.gridUnit * 7}px;
display: inline-block;
text-align: center;
font-weight: ${({ theme }) => theme.typography.weights.bold};
}
`;

const ControlPanelsTabs = styled(Tabs)`
Expand Down
Expand Up @@ -298,10 +298,6 @@ export default class SelectControl extends React.PureComponent {
css={theme => css`
.type-label {
margin-right: ${theme.gridUnit * 2}px;
width: ${theme.gridUnit * 7}px;
display: inline-block;
text-align: center;
font-weight: ${theme.typography.weights.bold};
}
`}
>
Expand Down

0 comments on commit 35ecb1a

Please sign in to comment.