Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-theme.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap v5.13.3 (http://bootstrap.transferwise.com)
* Bootstrap v5.13.4 (http://bootstrap.transferwise.com)
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/transferwise/bootstrap/blob/master/LICENSE)
*/
4 changes: 3 additions & 1 deletion dist/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap v5.13.3 (http://bootstrap.transferwise.com)
* Bootstrap v5.13.4 (http://bootstrap.transferwise.com)
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/transferwise/bootstrap/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/bootstrap.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/js/customize.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/assets/js/raw-files.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap-theme.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap v5.13.3 (http://bootstrap.transferwise.com)
* Bootstrap v5.13.4 (http://bootstrap.transferwise.com)
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/transferwise/bootstrap/blob/master/LICENSE)
*/
4 changes: 3 additions & 1 deletion docs/dist/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/dist/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/js/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap v5.13.3 (http://bootstrap.transferwise.com)
* Bootstrap v5.13.4 (http://bootstrap.transferwise.com)
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/transferwise/bootstrap/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/js/bootstrap.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions less/tables.less
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ table {
display: table-row-group;
> dl {
display: table-row;
word-break: break-all;
> dt {
display: none;
}
Expand All @@ -326,6 +327,7 @@ table {
border-radius: @border-radius-base;
margin-bottom: @line-height-computed;
padding: @line-height-computed @line-height-computed 0;
word-break: break-all;
> dd {
padding: 0;
border: 0;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"version": "5.13.3",
"version": "5.13.4",
"keywords": [
"css",
"less",
Expand Down