Skip to content

Commit a990046

Browse files
godfrzeropavkout
authored andcommitted
fix: remove unnecessary w-min from new workspace modal as well
1 parent 00a057a commit a990046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/insomnia/src/ui/components/modals/new-workspace-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export const NewWorkspaceModal = ({
272272
placeholder={workspaceData.name ? safeToUseInsomniaFileName(workspaceData.name) : 'name'}
273273
className="w-full outline-hidden [grid-area:input] placeholder:italic focus:outline-hidden"
274274
/>
275-
<span className="pointer-events-none w-min truncate opacity-0 [grid-area:input]">
275+
<span className="pointer-events-none truncate opacity-0 [grid-area:input]">
276276
{safeToUseInsomniaFileName(workspaceData.fileName || workspaceData.name || 'name')}
277277
</span>
278278
<span className="text-(--hl) [grid-area:extension]">.yaml</span>

0 commit comments

Comments
 (0)