Repository: atlas Updated Branches: refs/heads/master 60789da3b -> c8b96d339
ATLAS-2497 : Relationship UI improvements Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/c8b96d33 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/c8b96d33 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/c8b96d33 Branch: refs/heads/master Commit: c8b96d339f4d04f6add7cddb5a3e319b762219f5 Parents: 60789da Author: kevalbhatt <[email protected]> Authored: Wed Mar 14 12:30:08 2018 +0530 Committer: kevalbhatt <[email protected]> Committed: Wed Mar 14 12:31:56 2018 +0530 ---------------------------------------------------------------------- dashboardv2/public/css/scss/relationship.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/c8b96d33/dashboardv2/public/css/scss/relationship.scss ---------------------------------------------------------------------- diff --git a/dashboardv2/public/css/scss/relationship.scss b/dashboardv2/public/css/scss/relationship.scss index b20812f..aad8063 100644 --- a/dashboardv2/public/css/scss/relationship.scss +++ b/dashboardv2/public/css/scss/relationship.scss @@ -55,7 +55,7 @@ overflow: auto; list-style-type: decimal; list-style-position: outside; - padding-left: 18px; + padding-left: 30px; } ul>li { word-wrap: break-word;
