Skip to content

Commit

Permalink
Merge pull request #401 from getodk/instance-id-width
Browse files Browse the repository at this point in the history
Increase width of "Instance ID" column to prevent truncation
  • Loading branch information
matthew-white authored Dec 20, 2020
2 parents 5cf8e8a + efee09f commit 8eb5270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/submission/table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default {
th, td {
@include text-overflow-ellipsis;
max-width: 250px;
&:last-child { max-width: 300px; }
&:last-child { max-width: 325px; }
}
}
</style>
Expand Down

0 comments on commit 8eb5270

Please sign in to comment.