Skip to content

Commit 7b3d3d8

Browse files
committed
fix: add min-height for code snippet
1 parent 5bd2b32 commit 7b3d3d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/features/code-snippet/code-snippet.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
width: 100%;
1212
box-sizing: border-box;
1313
overflow: auto;
14+
min-height: 140px;
1415

1516
@media screen and (min-width: 1280px) {
1617
padding: 32px;

0 commit comments

Comments
 (0)