From 5f2480a90ab911babc53039835fe78c6fc12646d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 6 Aug 2020 19:22:43 +0300 Subject: Prepare v4.5.2. (#31444) --- dist/css/bootstrap.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index caf197644..36bfb2dd3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1,5 +1,5 @@ /*! - * Bootstrap v4.5.1 (https://getbootstrap.com/) + * Bootstrap v4.5.2 (https://getbootstrap.com/) * Copyright 2011-2020 The Bootstrap Authors * Copyright 2011-2020 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) @@ -579,8 +579,6 @@ pre code { .row { display: -ms-flexbox; display: flex; - -ms-flex: 1 0 100%; - flex: 1 0 100%; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; -- cgit v1.2.3