Add overflow to editor, maximise field widths, add toggle for preview
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
:host {
|
||||
padding: var(--mat-sidenav-container-shape);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
pre,
|
||||
div {
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
div {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user