-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Recently the Template div disappeared.
Looking at the HTML:
<div>
<label>Template:</label>
<div class="js-Dropdown" id="custom-template">
<button class="js-Dropdown-title" style="width: 0px;">bson single collection</button>
<ul class="js-Dropdown-list" style="width: 0px;">
<li data-index="0" class="is-selected">bson single collection</li>
<li data-index="1">bson multiple collections</li>
<li data-index="2">mgodatagen</li>
<li data-index="3">update</li>
<li data-index="4">indexe</li>
<li data-index="5">explain</li></ul>
</div>
<input id="showDoc" type="button" value="docs">
</div>... should the width be 0?
The invisibility symptom is the same for me in Chrome and Firefox,
Metadata
Metadata
Assignees
Labels
No labels