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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user