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

In I2df30487ec9b869c7a0a31d112a6038ab1534829,
hideAgreementsTextBox was removed from the css

Re add the css.

Change-Id: Idcffee8044d939b6df1ad014f91ee6ed39e1814a
This commit is contained in:
Paladox none
2018-03-26 20:22:33 +00:00
parent 9104fa9ad9
commit ecc469808e

View File

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