Skip to content

Commit

Permalink
097b129bcdedbb65f2c267538cb831515911615c Dev - fix: Misalignment for …
Browse files Browse the repository at this point in the history
…old columns style and correct for button widths

Sync to source repo @097b129bcdedbb65f2c267538cb831515911615c
  • Loading branch information
AllanJard committed Jan 14, 2022
1 parent b552190 commit ec5540b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/buttons.foundation.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,15 +206,15 @@ div.dt-button-collection.columns > :last-child {
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
width: 818px;
width: 819px;
padding-bottom: 1px;
}
div.dt-button-collection.columns > :last-child .dt-button {
width: 200px;
}
@media screen and (max-width: 1024px) {
div.dt-button-collection.columns > :last-child {
width: 614px;
width: 615px;
}
}
@media screen and (max-width: 640px) {
Expand Down
2 changes: 1 addition & 1 deletion css/buttons.foundation.min.css

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

2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
],
"src-repo": "http://github.com/DataTables/Buttons",
"last-tag": "2.1.1",
"last-sync": "0f21b9acbd2a72efe81184fdd245b7f75486b045"
"last-sync": "097b129bcdedbb65f2c267538cb831515911615c"
}

0 comments on commit ec5540b

Please sign in to comment.