Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

management bar does not look correctly when contains only a search #512

Closed
marcoscv-work opened this issue Feb 6, 2018 · 0 comments
Closed
Labels
status: next-release Issues that will enter into the next release

Comments

@marcoscv-work
Copy link
Member

marcoscv-work commented Feb 6, 2018

image

management bar can contains only a no collapsible search, example following this markup:

<nav class="management-bar management-bar-light navbar navbar-expand-md">
   <div class="container-fluid container-fluid-max-xl">
      <div class="navbar-form navbar-form-autofit">
         <div class="container-fluid container-fluid-max-xl">
            <form role="search">
               <div class="input-group">
                  <div class="input-group-item">
                     <input class="form-control input-group-inset input-group-inset-after" placeholder="Search for..." type="text">
                     <span class="input-group-inset-item input-group-inset-item-after">
                        <button class="btn btn-unstyled" type="button">
                           <svg aria-hidden="true" class="lexicon-icon lexicon-icon-search"></svg>
                        </button>
                     </span>
                  </div>
               </div>
            </form>
         </div>
      </div>
   </div>
</nav>
pat270 added a commit to pat270/clay that referenced this issue Feb 8, 2018
…with only search and updated search input interaction to better mimic the Lexicon pattern
jbalsas added a commit that referenced this issue Feb 9, 2018
#512 management bar does not look correctly when contains only a search
@jbalsas jbalsas added the status: next-release Issues that will enter into the next release label Feb 9, 2018
@jbalsas jbalsas closed this as completed in 4c83874 Feb 9, 2018
kienD pushed a commit to kienD/clay that referenced this issue Feb 21, 2018
…`.navbar-form` so a navbar variant with only form will be the correct height

Update: Navbar added `.navbar-nav-last` for aligning single `.navbar-nav` on the right side
kienD pushed a commit to kienD/clay that referenced this issue Feb 21, 2018
…with only search and updated search input interaction to better mimic the Lexicon pattern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: next-release Issues that will enter into the next release
Projects
None yet
Development

No branches or pull requests

2 participants