Fixed errors Form VC

This commit is contained in:
Daniel Barbero 2019-12-19 20:47:52 +01:00
parent 14984faaaa
commit a6dfdb796a
1 changed files with 4 additions and 0 deletions

View File

@ -6015,3 +6015,7 @@ form#modal_form_feedback ul.wizard li > textarea {
#controls_table > tbody > tr > td input {
margin-left: 3px;
}
.displayNone {
display: none;
}