ciyidogan commited on
Commit
019c323
·
verified ·
1 Parent(s): 38fc2bf

Update flare-ui/src/app/dialogs/api-edit-dialog/api-edit-dialog.component.scss

Browse files
flare-ui/src/app/dialogs/api-edit-dialog/api-edit-dialog.component.scss CHANGED
@@ -479,4 +479,36 @@ mat-dialog-actions {
479
  }
480
  }
481
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
482
  }
 
479
  }
480
  }
481
  }
482
+ }
483
+
484
+ .row {
485
+ display: flex;
486
+ gap: 12px;
487
+ align-items: flex-start;
488
+
489
+ mat-form-field {
490
+ flex: 1;
491
+ }
492
+
493
+ .type-field {
494
+ flex: 0 0 150px;
495
+ }
496
+
497
+ .path-field {
498
+ flex: 1;
499
+ }
500
+ }
501
+
502
+ @media (max-width: 768px) {
503
+ .row {
504
+ flex-wrap: wrap;
505
+
506
+ mat-form-field {
507
+ flex: 1 1 100%;
508
+ }
509
+
510
+ .type-field {
511
+ flex: 1 1 100%;
512
+ }
513
+ }
514
  }