Bootstrap's flex-fill is unfortunately a very bad class. It sets the following flex CSS properties: flex: 1 1 auto; This is equivalent to: flex-grow: 1; ...
確定! 回上一頁