8000 Issue 159 wrap test file path by jsmey · Pull Request #161 · Raathigesh/majestic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Issue 159 wrap test file path #161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Sep 17, 2019
1 change: 1 addition & 0 deletions ui/test-file/summary/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const InfoLabel = styled.div`
const FilePath = styled.div<any>`
${fontSize};
${space};
word-break: break-all;
font-weight: 600;
margin-right: 5px;
`;
Expand Down
0