diff --git a/src/css/popup.scss b/src/css/popup.scss index c7a1ec5..b5dc658 100644 --- a/src/css/popup.scss +++ b/src/css/popup.scss @@ -27,6 +27,7 @@ html { font-weight: normal; line-height: 1.5; margin-top: 1rem; + margin-bottom: 3rem; } .text-red { @@ -108,14 +109,20 @@ html { margin-top: 3rem; h2 { + margin-top: 2rem; max-height: 90px; overflow: hidden; } p { - margin-top: 0; + margin-top: 1rem; margin-bottom: 1rem; - max-height: 16px; + line-height: 1.2rem; + } + + span.moco-bx-single-line { + display: inline-block; + max-height: 19px; overflow: hidden; } diff --git a/src/js/components/App/TimerView.js b/src/js/components/App/TimerView.js index 208dd90..f907a63 100644 --- a/src/js/components/App/TimerView.js +++ b/src/js/components/App/TimerView.js @@ -11,11 +11,13 @@ export default function TimerView({ timedActivity, onStopTimer }) { return (
-

- {timedActivity.customer_name} +

+ {timedActivity.customer_name} +
+ {timedActivity.assignment_name} +
+ {timedActivity.task_name}

-

{timedActivity.assignment_name}

-

{timedActivity.task_name}

{timedActivity.description}