mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Fix BG data wrapping issue with Chrome (#4667)
This commit is contained in:
+4
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user