Skip to content

Commit

Permalink
Style updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Mar 7, 2024
1 parent c3073b1 commit 25b8d2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/html-editor/InlineHtmlEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@ import styled from "@web-atoms/core/dist/style/styled";

styled.css `
display: grid;
grid-template-rows: auto 1fr;
& > [data-element=editor] {
padding: var(--spacing, 5px);
border: solid 1px lightgray;
border-radius: var(--spacing, 5px);
margin: var(--spacing, 5px);
overflow: auto;
& > * {
outline: none;
}
Expand Down

0 comments on commit 25b8d2a

Please sign in to comment.