Skip to content

Commit

Permalink
Merge branch 'feat/certificate-insights'
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryn St. Pierre committed Jun 3, 2020
2 parents 76e5cc7 + 4e8a210 commit dd56a95
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 744 deletions.
2 changes: 1 addition & 1 deletion src/components/Utils/LabelList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export default {
display: grid;
grid-auto-flow: column dense;
grid-gap: 10px;
grid-template-columns: repeat(2, 1fr 4fr);
grid-template-columns: 1fr 2fr;
span:first-of-type {
min-width: 80px;
Expand Down
Loading

0 comments on commit dd56a95

Please sign in to comment.