Skip to content

Commit

Permalink
MappingBrowser: Less dominant no-results message (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Dec 19, 2018
1 parent 637f6d1 commit d9047f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MappingBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ export default {
if (items.length == 0) {
let noItemsRow = {
"_wholeRow": true,
"_rowClass": "mappingBrowser-table-row-loading",
"_rowClass": "mappingBrowser-table-row-loading fontSize-small text-lightGrey",
value: "",
type: "noItems",
registry,
Expand Down

0 comments on commit d9047f0

Please # to comment.