Merge pull request #2186 from influxdata/feat/copy-button-float-right

Style copy button to float right in the text area
pull/10616/head
Palakp41 2019-01-02 14:43:34 -08:00 committed by GitHub
commit 0e29cd1dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -148,7 +148,8 @@
}
.wizard-step--body-copybutton{
margin-left:10px;
float: right;
margin-left:10px auto;
}
.wizard-step--lp-body {