Skip to content

Commit bff84cf

Browse files
committed
fix: height bug on small windows
1 parent 14cc964 commit bff84cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/QueryAdvise.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function QueryAdvise({ data }) {
114114
</div>
115115
)}
116116
</div>
117-
<div className="h-8">{suggestion}</div>
117+
<div className="min-h-8">{suggestion}</div>
118118
</div>
119119
);
120120
}

0 commit comments

Comments
 (0)