diff options
author | DushyantSinghThakur <dt00503496@techmahindra.com> | 2018-10-22 14:57:41 +0530 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2018-10-26 15:29:03 +0000 |
commit | 24fcf119635de958ba89542429b9f3f7e2c50a27 (patch) | |
tree | 1d87ab793bf31251d4dfc6b8db3bcba28814dfbe /SdncReports/SdncReportsApi/src/main/resources | |
parent | 1bd7bcb12869c2260c6e0cd74e010dceefbf1879 (diff) |
Epic-232:Modifying UI changes
the dist package dependency is removed
Change-Id: I9829cdda53326720263f3164d4d0fe2871dcc808
Issue-ID: SDNC-473
Signed-off-by: DushyantSinghThakur <dt00503496@techmahindra.com>
Former-commit-id: 1151bea8102a72ec7385b8c018f27644330871c7
Diffstat (limited to 'SdncReports/SdncReportsApi/src/main/resources')
-rw-r--r-- | SdncReports/SdncReportsApi/src/main/resources/static/style/sdnc-style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SdncReports/SdncReportsApi/src/main/resources/static/style/sdnc-style.css b/SdncReports/SdncReportsApi/src/main/resources/static/style/sdnc-style.css index 361591cf..27b15950 100644 --- a/SdncReports/SdncReportsApi/src/main/resources/static/style/sdnc-style.css +++ b/SdncReports/SdncReportsApi/src/main/resources/static/style/sdnc-style.css @@ -130,7 +130,7 @@ } .heading{ margin-top:30px; - width:100%; + width:99.5%; height:45px; margin-bottom:20px; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; |