diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b596e4952..3bba489a897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # [`master`](https://github.com/elastic/eui/tree/master) -No public interface changes since `0.0.14`. +- `EuiCodeBlock` now only shows fullscreen icons if `overflowHeight` prop is set. Also forces large fonts and padding while expanded. [(#325)](https://github.com/elastic/eui/pull/325) # [`0.0.14`](https://github.com/elastic/eui/tree/v0.0.14) diff --git a/src-docs/src/views/code/code_example.js b/src-docs/src/views/code/code_example.js index 3f6404175e8..1f4a8fcf383 100644 --- a/src-docs/src/views/code/code_example.js +++ b/src-docs/src/views/code/code_example.js @@ -53,7 +53,10 @@ export const CodeExample = {