fix: conversion options styling

This commit is contained in:
2026-02-25 20:20:04 +01:00
parent b560dcbc8e
commit dd71130977
2 changed files with 6 additions and 21 deletions

View File

@@ -392,7 +392,7 @@ export function FileConverter() {
<CardContent className="space-y-6">
{/* Output Format Select */}
<div className="space-y-2">
<label className="text-sm font-medium text-foreground">Output Format</label>
<label className="text-sm font-medium text-foreground block">Output Format</label>
<Select
value={outputFormat?.id || ''}
onValueChange={(formatId) => {