mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 01:32:06 +10:00
fix: select element width
This commit is contained in:
@ -259,7 +259,7 @@ export const SignaturePad = ({
|
|||||||
|
|
||||||
<div className="absolute right-2 top-2">
|
<div className="absolute right-2 top-2">
|
||||||
<Select onValueChange={(value) => setSelectedColor(value)}>
|
<Select onValueChange={(value) => setSelectedColor(value)}>
|
||||||
<SelectTrigger className="bg-background w-[60px]">
|
<SelectTrigger className="bg-background w-[90px]">
|
||||||
<SelectValue placeholder="Color" />
|
<SelectValue placeholder="Color" />
|
||||||
</SelectTrigger>
|
</SelectTrigger>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user