Fix overflow in editor edit component, add margin between review toggle and copy button
This commit is contained in:
@@ -11,6 +11,15 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.preview {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.editor-items {
|
||||
padding: 16px;
|
||||
}
|
||||
@@ -28,3 +37,7 @@ ngx-monaco-editor,
|
||||
ngx-monaco-diff-editor {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.copy-button {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user