PHI-base / PHI5_web_display

PHI5_web_display will allow to display PHI-Canto data
1 stars 0 forks source link

Wild type protein level heading is incorrectly sized #96

Closed jseager7 closed 1 year ago

jseager7 commented 1 year ago

The title of the 'Wild type protein level' section is incorrectly sized:

image

This is due to a typo in the HTML markup: the CSS class col-dm-4 should be col-md-4.

<div _ngcontent-txo-c4="" class="row">
                             <!-- typo here -->
  <div _ngcontent-txo-c4="" class="col-dm-4"><b _ngcontent-txo-c4="">Wild type protein level</b></div>
  <div _ngcontent-txo-c4="" class="col-md-4"><span _ngcontent-txo-c4=""><b _ngcontent-txo-c4="">Expand All </b><span _ngcontent-txo-c4=""><i _ngcontent-txo-c4="" class="far fa-plus-square ml-1" style="color: whites;"></i><i _ngcontent-txo-c4="" class="far fa-minus-square ml-1" style="color: white;" hidden=""></i></span></span></div>
</div>
jseager7 commented 1 year ago

This is fixed now.

image