diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-05-03 18:16:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-05-03 18:16:41 +0000 |
commit | 8d8f6a41e73e77178274a0fa26a084bf73bfc864 (patch) | |
tree | b760e47a701f5cc3c8713f2fa3ea9082b10645af /dashboard/src/templates/resource/steps/meta_info.html | |
parent | 270af480508026b072d875568f368080629b47fc (diff) | |
parent | 8864dae63b9512835862aabbe7f288fbe3c661e0 (diff) |
Merge "Implement OPNFV workflow"
Diffstat (limited to 'dashboard/src/templates/resource/steps/meta_info.html')
-rw-r--r-- | dashboard/src/templates/resource/steps/meta_info.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/templates/resource/steps/meta_info.html b/dashboard/src/templates/resource/steps/meta_info.html index 7a1b56a..da98267 100644 --- a/dashboard/src/templates/resource/steps/meta_info.html +++ b/dashboard/src/templates/resource/steps/meta_info.html @@ -7,7 +7,7 @@ <style> #resource_meta_form { - margin: 80px; + padding: 80px; display: grid; } |