manager: give full width to URL input widgets (#16689)

This commit is contained in:
Frédéric Péters 2017-06-03 18:50:41 +02:00
parent bc28c554a3
commit 3b687a58e1
1 changed files with 4 additions and 0 deletions

View File

@ -282,6 +282,10 @@ p.hint {
padding-left: 1.5em;
}
form input[type=url] {
width: 100%;
}
select#id_groups {
height: 15em;
}