mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 10:58:31 -05:00
Fix pin, unpin and close icon issues (#822)
* fix pin, unpin and close icon issues * formatting
This commit is contained in:
@@ -13,3 +13,13 @@ dashboard-page .monaco-scrollable-element {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
dashboard-page .dashboard-panel .tab-header .action-item .action-label.unpin,
|
||||
dashboard-page .dashboard-panel .tab-header .action-item .action-label.pin {
|
||||
padding: 6px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
dashboard-page .dashboard-panel .tab-header .action-item .action-label.close {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user