fix connection dialog indentation (#12414)

This commit is contained in:
Aditya Bist
2020-09-17 15:55:54 -07:00
committed by GitHub
parent 94e2016a16
commit 7ad9da7fda

View File

@@ -167,3 +167,8 @@
/* Hide twisties */
display: none !important;
}
.connection-dialog .tabbedPanel .tabList,
.connection-dialog .tabbedPanel .tabBody {
padding-left: 10px;
}