about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--uploader/static/css/layout-medium.css1
-rw-r--r--uploader/templates/phenotypes/macro-display-preview-table.html2
2 files changed, 1 insertions, 2 deletions
diff --git a/uploader/static/css/layout-medium.css b/uploader/static/css/layout-medium.css
index bf10563..50ceeb4 100644
--- a/uploader/static/css/layout-medium.css
+++ b/uploader/static/css/layout-medium.css
@@ -49,7 +49,6 @@
         /* Place it in the parent element */
         grid-column-start: 1;
         grid-column-end: 2;
-        grid-gap: 5px;
 
         /* Define layout for the children elements */
         max-width: 100%;
diff --git a/uploader/templates/phenotypes/macro-display-preview-table.html b/uploader/templates/phenotypes/macro-display-preview-table.html
index 5a4c422..d31c7fa 100644
--- a/uploader/templates/phenotypes/macro-display-preview-table.html
+++ b/uploader/templates/phenotypes/macro-display-preview-table.html
@@ -3,7 +3,7 @@
   <div class="card-body">
     <h5 class="card-title">{{filetype | title}}: File Preview</h5>
     <div class="card-text" style="overflow: scroll;">
-      <table id="{{tableid}}" class="table table-condensed table-responsive">
+      <table id="{{tableid}}" class="table table-condensed">
         <thead>
           <tr>
           </tr>