Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/islands/new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function CreateScope(
</label>
<label class="flex items-center w-full md:w-full input-container pl-4 py-[2px] pr-[2px]">
<textarea
class="input py-1.5 pr-4 pl-[1px] flex-grow-1 rounded-md"
class="input py-1.5 pr-4 w-full pl-[1px] flex-grow-1 rounded-md"
name="description"
placeholder="Enter a description for the scope (optional)"
disabled={props.locked}
Expand Down
Loading