Skip to content

Commit

Permalink
Fix width of the mysql query list
Browse files Browse the repository at this point in the history
  • Loading branch information
guvra committed May 4, 2023
1 parent a5fa9f8 commit d0eb193
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## WIP

- Fix width of the mysql query list

## [6.1.1] - 2023-02-06
[6.1.1]: https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/6.1.0...6.1.1

Expand Down
3 changes: 2 additions & 1 deletion view/base/web/css/smile-toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@
}

#st-modal-display .smile-table {

table-layout: fixed;
width: 100%;
}

#st-modal-display .smile-table thead th span {
Expand Down

0 comments on commit d0eb193

Please sign in to comment.