Don't cut off dashboard icons when they expand (#601)

This commit is contained in:
Matt Irvine
2018-02-05 13:01:38 -08:00
committed by GitHub
parent fe04fd72bc
commit bbb0f39a94

View File

@@ -10,3 +10,7 @@
.dashboardEditor .header .monaco-action-bar .action-item {
margin-right: 5px;
}
.dashboardEditor .monaco-action-bar {
overflow: visible;
}