Skip to content

Commit

Permalink
prevent 'Copy snippet' button text from wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jan 5, 2018
1 parent 744206d commit 9ee08ab
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ export function Instruction({ commands, paramValues, textPost, textPre, replaceT
{pre}
</EuiFlexItem>

<EuiFlexItem grow={false}>
<EuiFlexItem
style={{ minWidth: 114 }}
grow={false}
>
{copyButton}
</EuiFlexItem>
</EuiFlexGroup>
Expand Down

0 comments on commit 9ee08ab

Please sign in to comment.