Dropdown menu width too wide
See original GitHub issueI’m using this markup but the resulting dropdown items are wider than the menu container. I’m not sure if this is Bootstrap 4 default appearance but I’d like to have my menu items not overlap the width of the menu. Here’s the code and a screenshot:
<b-nav-item-dropdown right v-if="this.$store.getters.authenticated">
<template slot="button-content">
<em>Signed In</em>
</template>
<b-dropdown-item href="#">Profile</b-dropdown-item>
<b-dropdown-item href="#">Signout</b-dropdown-item>
</b-nav-item-dropdown>
Note, this only appears to be happening in Safari on OS X. Chrome is ok, see below:
Thanks, Cliff.
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
bootstrap navbar list dropdown extends far too wide
How do I stop this? I dont want to give it a fixed width because the list item just breaks free out of...
Read more >How to Fix Excel Data Validation Drop Down List Too Wide
Excel data validation drop down list is much wider than the worksheet column it is in. Suggested steps to fix the problem.
Read more >Menu dropdown width - WordPress.org
Click ctrl+i and then elements. Select the menu and try to change width there. When you see that it changes see more information...
Read more >Solved - Drop-down menu is too wide - Divi.Help
Hey there, I am new too this Forum and seeking for help :) i first built my menu with wordpress and then redesigned...
Read more >Align width of dropdown menu to? - UX Stack Exchange
It's aesthetically pleasing when the left and right gutters of a menu are the same width. If the left gutter is ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
See here for an example: https://jsfiddle.net/mn8zrtos/
Thank you so much!