Project management bug fixes. Platform Role assignment init
[osm/UI.git] / skyquake / plugins / project_management / src / dashboard / projectMgmt.scss
index dc8fcce..0d76a29 100644 (file)
         }
 
     table {
+        font-size: 0.8rem;
         thead {
             border-bottom:1px solid #d3d3d3;
             td{
             }
         }
     }
+    .userTable {
+        .FormSection-body {
+            max-width: 652px;
+            overflow-x: scroll;
+        }
+    }
 }