Skip to content

Commit

Permalink
Merge pull request #37 from prezly/fix/MT-5231
Browse files Browse the repository at this point in the history
[MT-5231] Change table layout to auto
  • Loading branch information
aspirisen authored Jul 28, 2022
2 parents 0315d53 + 09f70dc commit f3c24ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions .lokirc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"diffingEngine": "looks-same",
"chromeTolerance": 5,
"looks-same": {
"ignoreCaret": true,
"ignoreAntialiasing": true,
"tolerance": 5
},
"configurations": {
"chrome.laptop": {
"target": "chrome.docker",
Expand Down
2 changes: 1 addition & 1 deletion src/elements/Table/Table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.prezly-slate-table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
table-layout: auto;

&--withBorders {
.prezly-slate-table-row,
Expand Down

0 comments on commit f3c24ac

Please sign in to comment.