Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Widen Main min-width, remove unnecessary white-space for FeatureHeade…
Browse files Browse the repository at this point in the history
…rTitle
  • Loading branch information
kimlisa committed Apr 15, 2021
1 parent 5305c41 commit 2e66c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/teleport/src/Main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const StyledMain = styled.div`
display: flex;
flex: 1;
position: absolute;
min-width: 900px;
min-width: 1000px;
`;

const HorizontalSplit = styled.div`
Expand Down
4 changes: 1 addition & 3 deletions packages/teleport/src/components/Layout/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ FeatureHeader.defaultProps = {
/**
* Header Title
*/
const FeatureHeaderTitle = styled(Text)`
white-space: nowrap;
`;
const FeatureHeaderTitle = styled(Text)``;

FeatureHeaderTitle.defaultProps = {
...Text.defaultProps,
Expand Down

0 comments on commit 2e66c4f

Please sign in to comment.