diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-09-08 09:12:04 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-09-08 09:30:39 -0400 |
commit | fc325ed92de8f32b1b59db484ddd3f30fc21f30a (patch) | |
tree | e4e342fce223cb4ff75d37251d4244ddeeafcca2 /ecomp-portal-FE-common/client/app/views/widget-onboarding/widget-onboarding.less | |
parent | 97204a4b7456d021bcc4d030f3b41eedb7c89e61 (diff) |
Repair search and timeout defects
PORTAL-91: Search was not working on widget-ms page
PORTAL-95: docker containers not waiting long enough for database
This bumps the commit message to trigger a build;
posting a "recheck" message on Gerrit didn't work.
Issue: PORTAL-91, PORTAL-95
Change-Id: I7091634a64d281457c76584e8d2a08e3e5887cd1
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-portal-FE-common/client/app/views/widget-onboarding/widget-onboarding.less')
-rw-r--r-- | ecomp-portal-FE-common/client/app/views/widget-onboarding/widget-onboarding.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ecomp-portal-FE-common/client/app/views/widget-onboarding/widget-onboarding.less b/ecomp-portal-FE-common/client/app/views/widget-onboarding/widget-onboarding.less index 6085a908..7be0d470 100644 --- a/ecomp-portal-FE-common/client/app/views/widget-onboarding/widget-onboarding.less +++ b/ecomp-portal-FE-common/client/app/views/widget-onboarding/widget-onboarding.less @@ -34,5 +34,8 @@ font-style: italic; { margin-bottom: 8px; } +input.table-search{ + font-style: normal; +} } |