mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-10 15:50:58 +00:00
Merge branch 'patch-8' of https://github.com/gijsbotje/bootstrap into gijsbotje-patch-8
This commit is contained in:
commit
9474d06b1b
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,6 @@
|
|||
.input-group-prepend,
|
||||
.input-group-append {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
// Ensure buttons are always above inputs for more visually pleasing borders.
|
||||
// This isn't needed for `.input-group-text` since it shares the same border-color
|
||||
|
|
@ -88,6 +87,8 @@
|
|||
// to prepend or append to an input.
|
||||
|
||||
.input-group-text {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: $input-padding-y $input-padding-x;
|
||||
margin-bottom: 0; // Allow use of <label> elements by overriding our default margin-bottom
|
||||
font-size: $font-size-base; // Match inputs
|
||||
|
|
|
|||
Loading…
Reference in a new issue