Skip to content

Template div is invisible #132

@rickhg12hs

Description

@rickhg12hs

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions