Skip to content

Commit

Permalink
Remove double border in fallback editor (#4727)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaHegde authored Apr 26, 2024
1 parent e6b5dde commit 4115883
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
<WorkspaceContainer inspector={false}>
<FileWorkspaceHeader filePath={$page.params.file} slot="header" />
<div class="editor-pane size-full" slot="body">
<div class="editor flex flex-col border border-gray-200 rounded h-full">
<div class="grow flex bg-white overflow-y-auto rounded">
<div class="editor flex flex-col h-full">
<div class="grow flex bg-white overflow-y-auto">
<Editor
{blob}
bind:latest
Expand Down

0 comments on commit 4115883

Please sign in to comment.