mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-09 04:25:57 +00:00
Migrate Publish Notebook Pane to React (#641)
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
This commit is contained in:
6
src/Explorer/Panes/PublishNotebookPane/styled.less
Normal file
6
src/Explorer/Panes/PublishNotebookPane/styled.less
Normal file
@@ -0,0 +1,6 @@
|
||||
.publishNotebookPanelContent {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user