Skip to content

Commit fffef66

Browse files
committed
Fix Tailwind betrayal
1 parent 6043449 commit fffef66

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

components/dashboard/src/settings/SelectIDE.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,12 @@ function renderIdeOption(
189189
<div className="flex justify-center mt-3">
190190
<img className="w-16 filter-grayscale self-center" src={option.logo} alt="logo" />
191191
</div>
192-
<div className="mt-2 px-3 py-1 self-center min-h-[1.75rem]">
192+
<div
193+
className="mt-2 px-3 py-1 self-center"
194+
style={{
195+
minHeight: "1.75rem",
196+
}}
197+
>
193198
{label ? (
194199
<span
195200
className={`font-semibold text-sm ${

0 commit comments

Comments
 (0)