Fix notebook toolbar when ADS screen width is decreased (#15987)

* fix toolbar when width is decreased

* remove height css
This commit is contained in:
Lucy Zhang
2021-07-06 11:45:46 -07:00
committed by GitHub
parent 19e25f04b1
commit 9ac1f16cea

View File

@@ -37,10 +37,6 @@
min-height: 21px;
}
.notebookEditor .in-preview .actions-container .action-item {
height: 100%;
}
.notebookEditor .editor-toolbar .actions-container .action-item .codicon.masked-pseudo {
padding-right: 18px;
}
@@ -62,7 +58,6 @@
.notebookEditor .in-preview .actions-container .action-item .codicon,
.notebookEditor .in-preview .actions-container .action-item .codicon:before {
display: flex;
height: 100%;
padding-right: 0;
background-size: contain;
}