diff options
| author | Mark Otto <[email protected]> | 2017-12-22 16:49:57 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-12-22 16:49:57 -0800 |
| commit | 0a420124ea1cc138ef8e3b0c78607bb4775083ec (patch) | |
| tree | c9f8c9419c8635ff4fc7e8d4a00fda13a3aab8fa /docs/4.0/components/dropdowns.md | |
| parent | e49871489b317922a4dc30da7e512995a033238e (diff) | |
| download | bootstrap-0a420124ea1cc138ef8e3b0c78607bb4775083ec.tar.xz bootstrap-0a420124ea1cc138ef8e3b0c78607bb4775083ec.zip | |
Restyle code element, remove docs example overflow, improve docs examples (#25054)
* Restyle code element, clean up variables
- Removes the padding and background-color
- Changes the color to a brand color ()
- Add new variables to kbd element styles to account for removing the code ones
- Remove overrides that were needed previously
* only break between words, and override it in the pre
* make file inputs 100% wide
* scope custom file changes in input group for sizing
* shorter button labels for responsive
* narrower cards
* button was too wide
* downsize
* fewer links in pagination
* redo cell text
* improve overflow docs
Diffstat (limited to 'docs/4.0/components/dropdowns.md')
| -rw-r--r-- | docs/4.0/components/dropdowns.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md index b49e84f92..fd4132267 100644 --- a/docs/4.0/components/dropdowns.md +++ b/docs/4.0/components/dropdowns.md @@ -563,7 +563,7 @@ By default, a dropdown menu is automatically positioned 100% from the top and al {% example html %} <div class="btn-group"> <button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> - This dropdown's menu is right-aligned + Right-aligned menu </button> <div class="dropdown-menu dropdown-menu-right"> <button class="dropdown-item" type="button">Action</button> |
