diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/timeline/timeline.scss | 8 |
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%; + } } } } |
