Skip to content

Commit 9ad8a4b

Browse files
connection string: fix right padding
1 parent ab623bd commit 9ad8a4b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/app/components/connect-db/connect-db.component.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@
213213
gap: 12px;
214214
}
215215

216+
.connectForm__connectionString ::ng-deep .mat-mdc-text-field-wrapper {
217+
padding-right: 80px;
218+
}
219+
216220
.connectForm__connectionString button {
217221
margin-top: 4px;
218222
margin-left: -80px;

0 commit comments

Comments
 (0)