commit | 1801b24389baa8e3f7298ff2c41e2512b19c1290 | [log] [tgz] |
---|---|---|
author | Einav Weiss Keidar <einavw@amdocs.com> | Mon Aug 13 16:19:46 2018 +0300 |
committer | Avi Gaffa <avi.gaffa@amdocs.com> | Mon Feb 11 13:50:22 2019 +0000 |
tree | d3d2a15f53aa28698280d609548298d177f9280d | |
parent | af8e36eb7f43803bd9cf40e9b46a0c0c8f47c781 [diff] [blame] |
react 16 upgrade Issue-ID: SDC-1762 Change-Id: I7701f12fc63bb09f8c985c7c893b984701dcbfab Signed-off-by: Einav Keidar <einavw@amdocs.com>
diff --git a/openecomp-ui/resources/scss/components/_commitModal.scss b/openecomp-ui/resources/scss/components/_commitModal.scss index e7f5d28..47036ea 100644 --- a/openecomp-ui/resources/scss/components/_commitModal.scss +++ b/openecomp-ui/resources/scss/components/_commitModal.scss
@@ -1,10 +1,9 @@ - .comment-commit-form { - .commit-modal-text { - padding-bottom: 30px; - } - .validation-buttons .sdc-button-default{ - min-width: 94px; - width: auto; - } -} \ No newline at end of file + .commit-modal-text { + padding-bottom: 30px; + } + .validation-buttons .sdc-button-default { + min-width: 94px; + width: auto; + } +}