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
commit cad4f47327
1 changed files with 2 additions and 1 deletions

View File

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