center properties title when collapsed (#9932)

This commit is contained in:
Kim Santiago
2020-04-10 15:47:53 -07:00
committed by GitHub
parent ba41e926c4
commit b1a9c8418b
3 changed files with 3 additions and 3 deletions

View File

@@ -47,6 +47,6 @@ dashboard-widget-wrapper .actionbar {
dashboard-widget-wrapper .bottomActionbar {
flex: 0 0 auto;
align-self: center;
margin-top: -28px;
margin-top: -27px;
display: none;
}