Merge "Fix gr-cla-view to correctly add back hideAgreementsTextBox css"

This commit is contained in:
Becky Siegel
2018-03-28 16:40:45 +00:00
committed by Gerrit Code Review

View File

@@ -56,7 +56,8 @@ limitations under the License.
margin: 0 2em; margin: 0 2em;
padding: .5em; padding: .5em;
} }
.alreadySubmittedText.hide { .alreadySubmittedText.hide,
.hideAgreementsTextBox {
display: none; display: none;
} }
main { main {