wcs: card_ids field width set to 100% (#60956)

This commit is contained in:
Lauréline Guérin 2022-01-28 16:45:07 +01:00 committed by Frédéric Péters
parent 2d8a0afeac
commit c47c605e2f
2 changed files with 2 additions and 1 deletions

View File

@ -87,6 +87,7 @@ class WcsCardInfoCellForm(forms.ModelForm):
'custom_schema',
)
widgets = {
'card_ids': forms.TextInput(attrs={'class': 'text-wide'}),
'custom_schema': forms.HiddenInput(),
}

View File

@ -459,7 +459,7 @@ p.hint {
padding-left: 1.5em;
}
form input[type=url] {
form input[type=url], form input.text-wide {
width: 100%;
}