ciyidogan commited on
Commit
2ce5579
·
verified ·
1 Parent(s): fb9c93d

Update flare-ui/src/app/components/environment/environment.component.ts

Browse files
flare-ui/src/app/components/environment/environment.component.ts CHANGED
@@ -319,10 +319,17 @@ import { EnvironmentService } from '../../services/environment.service';
319
  margin-top: 24px;
320
  padding-top: 24px;
321
  border-top: 1px solid #e0e0e0;
322
-
323
  button {
 
324
  mat-spinner {
325
  margin-right: 8px;
 
 
 
 
 
 
326
  }
327
  }
328
  }
 
319
  margin-top: 24px;
320
  padding-top: 24px;
321
  border-top: 1px solid #e0e0e0;
322
+
323
  button {
324
+
325
  mat-spinner {
326
  margin-right: 8px;
327
+ vertical-align: middle; // Spinner'ı hizalamak için ekleyin
328
+ }
329
+
330
+ mat-icon {
331
+ vertical-align: middle; // Icon'u hizalamak için ekleyin
332
+ margin-right: 4px; // Icon ile text arasına boşluk
333
  }
334
  }
335
  }