mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -05:00
Fix connection dialog indentation (#12401)
* fix connection dialog indentation * indent tab body
This commit is contained in:
@@ -167,3 +167,8 @@
|
||||
/* Hide twisties */
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.connection-dialog .tabbedPanel .tabList,
|
||||
.connection-dialog .tabbedPanel .tabBody {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user