Skip to content

Commit

Permalink
fix(code/frontend): truncate directory node and fix margin (#32858)
Browse files Browse the repository at this point in the history
  • Loading branch information
WangQianliang authored and zfy0701 committed Mar 11, 2019
1 parent 7d225f1 commit ca3e255
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 136 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/code/public/components/admin_page/admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { LanguageSeverTab } from './language_server_tab';
import { ProjectTab } from './project_tab';

const Container = styled.div`
margin: 0 ${theme.euiSizeXl};
margin: 0 ${theme.euiSizeXL};
flex-grow: 1;
`;

Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/code/public/components/diff_page/diff.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const CommitId = styled.span`

const Addition = styled.div`
padding: ${theme.paddingSizes.xs} ${theme.paddingSizes.s};
border-radius: ${theme.euiSizeXs};
border-radius: ${theme.euiSizeXS};
color: white;
margin-right: ${theme.euiSizeS};
background-color: ${theme.euiColorDanger};
Expand Down
Loading

0 comments on commit ca3e255

Please sign in to comment.