Merge pull request #1991 from CyrilTaylor/dev.theme.compact.margin

narrow down the margin of ssh tab to 5px with theme compact
This commit is contained in:
Eugene
2020-01-14 09:25:12 +01:00
committed by GitHub

View File

@@ -16,4 +16,8 @@ app-root {
terminaltab .content { terminaltab .content {
margin: 5px !important; margin: 5px !important;
} }
ssh-tab .content {
margin: 5px !important;
}
} }