Skip to content

Commit

Permalink
Add a padding to last shell cell (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim authored Feb 22, 2024
1 parent c81d2cd commit a3ee1a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/ShellView/ShellCell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ export default {
<style lang="scss" scoped>
.shell-cell__wrapper {
display: block;
&:last-child {
padding-bottom: 10px;
}
}
div.d-flex.align-items-center {
Expand Down

0 comments on commit a3ee1a4

Please sign in to comment.