Skip to content

Commit

Permalink
Apply border-radius to JS frame (#1003)
Browse files Browse the repository at this point in the history
Apply border-radius in JS frame
  • Loading branch information
NiedziolkaMichal authored Jan 19, 2023
1 parent ee9c73e commit 7ec7f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/css/editor-libs/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ body {
.output-header.full-border {
border: 1px solid var(--border-primary);
border-width: 1px 1px 0 1px;
border-radius: var(--button-radius) var(--button-radius) 0 0;
}

.output-heading {
Expand Down

0 comments on commit 7ec7f6c

Please sign in to comment.