Skip to content

Commit 4f5d5a6

Browse files
authored
style: adjust source area max height (#272)
1 parent c334022 commit 4f5d5a6

File tree

1 file changed

+1
-1
lines changed
  • src/windows/Translator/components/SourceArea

1 file changed

+1
-1
lines changed

src/windows/Translator/components/SourceArea/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}
44

55
.overflow-sourcearea {
6-
max-height: 100px;
6+
max-height: 200px;
77
overflow: auto;
88
}
99

0 commit comments

Comments
 (0)