Skip to content

Commit

Permalink
fix(uip-settings): fix settings display
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisha0 committed Apr 29, 2021
1 parent 758585e commit 803256b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/playground.less
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ uip-snippets, uip-preview, uip-settings {
flex-direction: column;
}

uip-settings, uip-editor {
uip-editor {
height: 100%;
display: block;
overflow: auto;
Expand All @@ -80,7 +80,7 @@ uip-settings, uip-editor {
@media screen and (max-width: 992px) {
uip-root.uip-root {
padding: 20px 60px;

&.vertical-mode, &.horizontal-mode {

&.settings-attached {
Expand Down

0 comments on commit 803256b

Please sign in to comment.