Skip to content

Commit

Permalink
improve css
Browse files Browse the repository at this point in the history
  • Loading branch information
wusteven815 committed Oct 11, 2024
1 parent f20964e commit 0fbf0e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/console/src/ConsoleInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,3 @@ $console-input-margin-color: $foreground;
}
}
}

.docs {
min-width: 200px;

hr {
background-color: $text-muted;
height: 1px;
}

blockquote {
margin-left: 20px;
}
}
13 changes: 13 additions & 0 deletions packages/console/src/notebook/Editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,16 @@
color: $link-color;
}
}

.rendered-markdown.markdown-docs {
min-width: 12rem;

hr {
background-color: $text-muted;
height: 1px;
}

blockquote {
margin-left: $spacer-4;
}
}

0 comments on commit 0fbf0e0

Please sign in to comment.