aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-07-09 12:49:16 +0300
committerShpuld Shpuldson <shp@cock.li>2020-07-09 12:49:16 +0300
commit78ec84477e978a654ecfd482157dbf04a69f32e2 (patch)
tree73ee5ee62a0a0aa3f53268d9e6c8e0ebd93a7073 /src/components/timeline/timeline.vue
parent5186929efa0212c272f963e43e0167b12a1cddbf (diff)
fix pixel offset hack in panel heading
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index caac5538..c637dbd4 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -113,6 +113,7 @@
}
.loadmore-text {
flex-shrink: 0;
+ line-height: 1em;
}
}
</style>