Fix pin, unpin and close icon issues (#822)

* fix pin, unpin and close icon issues

* formatting
This commit is contained in:
Abbie Petchtes
2018-03-02 16:01:12 -08:00
committed by GitHub
parent 94e8ce5185
commit 56ca3406c4
15 changed files with 82 additions and 56 deletions

View File

@@ -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;
}