Skip to content

Commit

Permalink
Update border and remove outline
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel committed Oct 25, 2023
1 parent 0480139 commit eecbeb5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

.editor-content ::ng-deep {
.tiptap {
border: 1px solid rgba(0, 0, 0, 0.42);
padding: 0 1rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.42);
margin-top: 8px;
outline: none;
}
}
}

0 comments on commit eecbeb5

Please sign in to comment.