0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

property order

This commit is contained in:
Mark Otto 2016-10-27 13:46:16 -07:00
parent 259a420d70
commit 78c9757236

View File

@ -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;
}