Skip to content

Commit

Permalink
fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyElias committed Jun 3, 2024
1 parent 058e4c8 commit b8db731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions lib/KTable/KTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

</template>


<script>
import KTableGridItem from './KTableGridItem.vue';
Expand Down
8 changes: 4 additions & 4 deletions lib/KTable/KTableGridItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</td>

</template>


<script>
Expand Down Expand Up @@ -37,15 +37,15 @@
};
</script>


<style scoped>
td {
padding: 15px;
text-align: left;
border-bottom: 1px solid #eee;
}
td:focus {
outline: 2px solid #007bff;
outline-offset: -2px;
Expand Down

0 comments on commit b8db731

Please sign in to comment.