Эх сурвалжийг харах

Remove height restriction for sequence.

Lacey Sanderson 6 жил өмнө
parent
commit
5554e28e2c

+ 0 - 1
tripal_chado/includes/TripalFields/data__sequence/data__sequence.inc

@@ -89,7 +89,6 @@ class data__sequence extends ChadoField {
 
     // Retrieve all the sequence for the given feature.
     $sequences = chado_get_feature_sequences($feature, []);
-    dpm($sequences, 'seq');
     // If there are no direct residues then try to derive from the parent.
     if (empty($sequences) OR (sizeof($sequences) == 1 AND empty($sequences[0]['residues']))) {
       $sequences = chado_get_feature_sequences($feature, ['derive_from_parent' => 1]);

+ 1 - 5
tripal_chado/theme/css/tripal_chado.css

@@ -25,9 +25,7 @@
 
 .protein-residues-formatter {
   color: black;
-  height: 100px;
   max-width: 500px;
-  overflow: scroll;
   white-space: normal;
   background-color: transparent;
   margin: 0px;
@@ -36,9 +34,7 @@
 
 .residues-formatter {
   color: black;
-  height: 100px;
   max-width: 500px;
-  overflow: scroll;
   white-space: normal;
   background-color: transparent;
   margin: 0px;
@@ -62,4 +58,4 @@
 
 .properties-field-list {
   margin: 0px;
-}
+}