Skip to content

Commit

Permalink
feat: restore original styles for adhoc validation page for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tillywoodfield committed Dec 17, 2024
1 parent 47e1782 commit 600f480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/ValidationResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
}
};
const headerClassNames = "hidden border-b border-solid border-gray-300 p-2.5 font-bold sm:block";
const headerClassNames = "hidden border-0 border-b border-solid border-gray-300 p-2.5 font-bold sm:block";
const textClasses =
"overflow-hidden text-ellipsis whitespace-nowrap hover:overflow-visible hover:whitespace-normal text-tiny";
</script>
Expand Down Expand Up @@ -146,7 +146,7 @@
</div>
</div>
<div v-if="workspaceData.length" class="flex gap-2">
<div v-if="workspaceData.length" class="flex gap-2 mt-2">
<button class="iati-button" @click="onAddMoreFiles">Add more files</button>
<button class="iati-button" @click="onClearWorkspace">Clear workspace</button>
</div>
Expand Down

0 comments on commit 600f480

Please sign in to comment.