Skip to content

Commit c9f1dad

Browse files
committed
fixed jsonscrolling issue.
1 parent 777fc26 commit c9f1dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/containerStyles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export const containerStyleDropdown =
1010
baseContainer + " overflow-hidden text-[11px] md:text-[13px]";
1111

1212
export const containerStyleHalf =
13-
containerStyleDropdown +
14-
` p-2 md:w-1/2 min-h-48 md:h-[450px] h-[200px]
13+
baseContainer +
14+
` p-2 md:w-1/2 min-h-48 md:h-[450px] h-[200px] text-[11px] md:text-[13px]
1515
overflow-auto`;
1616

1717
export const warningContainerStyle =

0 commit comments

Comments
 (0)