diff options
Diffstat (limited to 'docs/dist/css/bootstrap-grid.css')
| -rw-r--r-- | docs/dist/css/bootstrap-grid.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dist/css/bootstrap-grid.css b/docs/dist/css/bootstrap-grid.css index 6ee1ee5f5..4f3cd7771 100644 --- a/docs/dist/css/bootstrap-grid.css +++ b/docs/dist/css/bootstrap-grid.css @@ -23,8 +23,8 @@ html { } .container::after { + display: block; content: ""; - display: table; clear: both; } @@ -92,8 +92,8 @@ html { } .container-fluid::after { + display: block; content: ""; - display: table; clear: both; } @@ -131,8 +131,8 @@ html { } .row::after { + display: block; content: ""; - display: table; clear: both; } |
