Skip to content

Commit 4370b6c

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
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;
@@ -21,4 +22,4 @@
2122
text-wrap: auto;
2223
background-color: #151b23;
2324
color: #fafafa;
24-
}
25+
}

0 commit comments

Comments
 (0)