Skip to content

Commit

Permalink
docs: add missing border on embedded editor (#55926)
Browse files Browse the repository at this point in the history
PR Close #55926
  • Loading branch information
bencodezen authored and dylhunn committed May 21, 2024
1 parent fc5e032 commit a7ef3aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adev/src/app/editor/embedded-editor.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $width-breakpoint: 950px;
container-name: embedded-editor;
height: 100%;
position: relative;
border: 1px solid var(--senary-contrast);
}

// The entire thing - editor, terminal, console
Expand Down

0 comments on commit a7ef3aa

Please sign in to comment.