aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-28 16:36:53 +0300
committerHenry Jameson <me@hjkos.com>2022-04-28 16:36:53 +0300
commit4d720974c385042d558bee4ac8b6dccf57cb347f (patch)
tree282dce17ffd985ea56823a233caf4690c302c4b0 /src/components/timeline
parent23c5627639620704b9768412ad13b30e5bc14409 (diff)
minor fixes
Diffstat (limited to 'src/components/timeline')
-rw-r--r--src/components/timeline/timeline.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss
index 897ebeb9..f5d22f47 100644
--- a/src/components/timeline/timeline.scss
+++ b/src/components/timeline/timeline.scss
@@ -20,9 +20,11 @@
padding: 0 0.5em;
}
- .button-default, .alert {
- line-height: 2em;
- width: 100%;
+ .timeline-heading {
+ .button-default, .alert {
+ line-height: 2em;
+ width: 100%;
+ }
}
}
}