Skip to content

Commit

Permalink
Fix BG data wrapping issue with Chrome (#4667)
Browse files Browse the repository at this point in the history
  • Loading branch information
sulkaharo authored May 30, 2019
1 parent 0bac2b5 commit 5ac49cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,10 @@
<div class="bgStatus current">
<div class="bgButton" aria-live="assertive" role="contentinfo" aria-label="Blood Sugar">
<span class="pill rawbg hidden"><em></em><label></label></span>
<span class="currentBG">---</span>
<span class="pill direction"></span>
<span style="white-space: nowrap;">
<span class="currentBG">---</span>
<span class="pill direction"></span>
</span>
</div>
<ul class="dropdown-menu" id="silenceBtn"></ul>
<div class="majorPills"></div>
Expand Down

0 comments on commit 5ac49cd

Please sign in to comment.