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

View File

@@ -35,7 +35,7 @@ export class DatabaseDashboardPage extends DashboardPage implements OnInit {
background_color: colors.editorBackground,
border: 'none',
fontSize: '14px',
padding: '5px 0 0 0',
padding: '2px 0 0 0',
provider: undefined,
edition: undefined
};

View File

@@ -37,7 +37,7 @@ export class ServerDashboardPage extends DashboardPage implements OnInit {
background_color: colors.editorBackground,
border: 'none',
fontSize: '14px',
padding: '5px 0 0 0',
padding: '2px 0 0 0',
provider: undefined,
edition: undefined
};