From c15f369d0b3f09c2a8cb75783cee6528f45f2dfa Mon Sep 17 00:00:00 2001 From: venkatavineela Date: Tue, 9 Jun 2020 16:15:06 +0530 Subject: [PATCH] Feedback --- ui/app/ot/index.html | 2 +- ui/app/styles/ot/_otCalendar.scss | 2 +- ui/test/config/karma.conf.js | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/app/ot/index.html b/ui/app/ot/index.html index 4ca31db567..e354b5aa98 100644 --- a/ui/app/ot/index.html +++ b/ui/app/ot/index.html @@ -24,9 +24,9 @@ + - diff --git a/ui/app/styles/ot/_otCalendar.scss b/ui/app/styles/ot/_otCalendar.scss index 8558e76b68..bc7f096f7f 100644 --- a/ui/app/styles/ot/_otCalendar.scss +++ b/ui/app/styles/ot/_otCalendar.scss @@ -303,7 +303,7 @@ width: auto; height: auto; line-height: 1.5; - padding: 5px; + padding: 0.3%; border-radius: 4px; position: absolute; } diff --git a/ui/test/config/karma.conf.js b/ui/test/config/karma.conf.js index cf279519fc..8be8709b3b 100644 --- a/ui/test/config/karma.conf.js +++ b/ui/test/config/karma.conf.js @@ -17,6 +17,8 @@ module.exports = function (config) { 'app/components/jquery/jquery.js', 'app/components/jquery.cookie/jquery.cookie.js', 'app/components/jasmine-jquery/lib/jasmine-jquery.js', + 'app/components/jquery-ui/ui/jquery.ui.widget.js', + 'app/components/jquery-ui/ui/jquery.ui.tooltip.js', 'app/components/angular-mocks/angular-mocks.js', 'app/components/ngInfiniteScroll/build/ng-infinite-scroll.js', 'app/components/d3/d3.min.js',