Merge pull request #2186 from influxdata/feat/copy-button-float-right
Style copy button to float right in the text areapull/10616/head
commit
0e29cd1dd5
|
@ -148,7 +148,8 @@
|
|||
}
|
||||
|
||||
.wizard-step--body-copybutton{
|
||||
margin-left:10px;
|
||||
float: right;
|
||||
margin-left:10px auto;
|
||||
}
|
||||
|
||||
.wizard-step--lp-body {
|
||||
|
|
Loading…
Reference in New Issue