mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix notebook toolbar when ADS screen width is decreased (#15987)
* fix toolbar when width is decreased * remove height css
This commit is contained in:
@@ -37,10 +37,6 @@
|
|||||||
min-height: 21px;
|
min-height: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebookEditor .in-preview .actions-container .action-item {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.notebookEditor .editor-toolbar .actions-container .action-item .codicon.masked-pseudo {
|
.notebookEditor .editor-toolbar .actions-container .action-item .codicon.masked-pseudo {
|
||||||
padding-right: 18px;
|
padding-right: 18px;
|
||||||
}
|
}
|
||||||
@@ -62,7 +58,6 @@
|
|||||||
.notebookEditor .in-preview .actions-container .action-item .codicon,
|
.notebookEditor .in-preview .actions-container .action-item .codicon,
|
||||||
.notebookEditor .in-preview .actions-container .action-item .codicon:before {
|
.notebookEditor .in-preview .actions-container .action-item .codicon:before {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user