merge from ecomp a88f0072 - Modern UI
[vid.git] / vid-webpack-master / src / app / shared / components / auditInfoModal / auditInfoModal.component.scss
 .modal{
 
   #audit-info-modal {
+    .leftColumn {
+      padding-left: 0;
+    }
 
+    .rightColumn {
+      padding-right: 0;
+      text-align: right;
+    }
     .modal-content{
       border-radius: 0px;
       border: none;
@@ -82,7 +89,9 @@
             overflow-x: auto;
             display: block;
             color: #5A5A5A;
-
+            .request-id {
+              width: 85px;
+            }
             thead {
               position: sticky;
               top: 0;
                   &:last-child{
                     border-right: none;
                   }
+                  &.request-id {
+                    flex-grow: 0;
+                  }
                 }
               }
             }
                 td {
                   border: none;
                   border-right: 1px solid #d2d2d2;
+                  flex-grow: 1;
                   &:last-child{
                     border-right: none;
                   }
+                  &.request-id {
+                    flex-grow: 0;
+                  }
                 }
               }
             }