aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-11-12 20:57:54 +0100
committerRoger Braun <roger@rogerbraun.net>2016-11-12 20:57:54 +0100
commit4d6d916395b13d548e0b7f4dc98d85f6d29f0417 (patch)
treee420f7ea7b6e4043f6f14c42898518cf087f20b3 /src/components/timeline/timeline.vue
parentf8a3afc9d14428d05115105030af1f1d300dde8e (diff)
Some CSS fixes.
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index 2f1b8c28..fef96e4e 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -21,6 +21,7 @@
<style>
.timeline.panel {
- flex: 1;
+ flex: 2;
+ flex-basis: 500px;
}
</style>