Skip to content
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

Fix CLI info formatting #3237

Merged
merged 2 commits into from
Dec 3, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix code climate lint issues
  • Loading branch information
nwmac authored Nov 22, 2018
commit 580bdcb074119abd885b50465d3ab3c29c09b2f0
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
display: flex;
flex-direction: column;
font-family: 'Source Code Pro', monospace;
font-size: 14px;
font-size: 14px;
justify-content: center;
margin-right: 20px; // Prevent text overlapping copy button
}
&__pre {
&__pre {
// For wrapped PRE, vertical padding is already on the PRE element, so remove it here
padding: 0 20px;
}
Expand Down