mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-01 03:50:32 +00:00
property order
This commit is contained in:
parent
259a420d70
commit
78c9757236
1 changed files with 1 additions and 1 deletions
|
|
@ -44,8 +44,8 @@
|
|||
@if $enable-flex {
|
||||
// Vertically centers the content of the addons within the input group
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
} @else {
|
||||
display: table-cell;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue