Fix BG data wrapping issue with Chrome (#4667)

This commit is contained in:
Sulka Haro
2019-05-30 22:50:09 +03:00
committed by GitHub
parent 0bac2b5d5f
commit 5ac49cda73
+4 -2
View File
@@ -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>