Merge "Add filters to the Jobs table of the EIC"
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / ei-coordinator / ei-coordinator.component.scss
index 759f2a8..955ca31 100644 (file)
   background-color: #2d2d3d;
 }
 
-.action-cell {
-  display: flex;
-  justify-content: flex-end;
-}
-
 .display-none {
   display: none;
 }
@@ -62,4 +57,9 @@
 
 .filter-form {
   width: 200px;
-}
\ No newline at end of file
+}
+
+.mat-form-field {
+  font-size: 14px;
+  width: 100%;
+}