Skip to content

Commit

Permalink
Use same layout in single onject mode as in normal mode
Browse files Browse the repository at this point in the history
 - same padding for single object mode
  • Loading branch information
Balazs Gobel committed Feb 26, 2019
1 parent 65f5d70 commit 7fa44c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
td,
th {
border: 1px solid #fff;
padding: 5px;
border-collapse: collapse;
padding: 5px !important; // prevent overwriting from single object
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit 7fa44c0

Please sign in to comment.