Implement RTT URL input validation

This commit is contained in:
emanuele-f 2020-03-17 11:14:43 +01:00
parent 2c1e845f7d
commit 0357bd8e80
3 changed files with 110 additions and 5 deletions

View file

@ -1208,4 +1208,9 @@ details ul li>span {
#updates-install-li {
font-size: .875rem;
}
}
div.help-block.with-errors .list-unstyled {
margin-top: 0.5em;
margin-bottom: 0px !important;
}