Skip to content

Commit

Permalink
wip: Provide a new TimeLine component #909
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 20, 2024
1 parent e4a17c9 commit eced2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/client/components/collection/KTimeLine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,10 @@ onBeforeUnmount(() => {
width: 100%;
}
.q-timeline--comfortable .q-timeline__subtitle {
width: 20%;
width: 15%;
}
.q-timeline--comfortable .q-timeline__content {
padding-bottom: 16px;
width: 80%;
width: 85%;
}
</style>

0 comments on commit eced2d1

Please sign in to comment.