fix: conversion options styling
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user