Skip to content

Commit b30fab4

Browse files
authored
fix(5316): set upper limit on size of error (#6614)
1 parent d37894d commit b30fab4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dataExplorer/components/Results.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171
background-color: $cf-grey-15;
7272
width: 100%;
7373
display: flex;
74+
max-height: $cf-space-2xl;
75+
overflow-y: scroll;
7476

7577
.cf-icon {
7678
padding: $cf-space-2xs $cf-space-s;

0 commit comments

Comments
 (0)