style: removed unnecessary styles

This commit is contained in:
Joel Jacob Stephen
2023-07-16 22:32:32 +05:30
parent c0ee3d02ae
commit f48083ca7e

View File

@@ -127,9 +127,3 @@ const subtitleColumns = computed(() =>
const itemSubtitle = (subtitle: string | string[], rowIndex: number) =>
typeof subtitle === "object" ? subtitle[rowIndex] : subtitle
</script>
<style scoped>
.tippy-box[data-theme~="popover"] .tippy-content {
padding: 0;
}
</style>