misc: hide <br> in SingleSelectWidgetWithOther widget (#18132)

This commit is contained in:
Frédéric Péters 2017-08-24 14:25:51 +02:00
parent 8d16ae49fa
commit 4bc57c8a74
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@ div.SingleSelectWidgetWithOther .content .widget {
display: inline-block;
}
div.SingleSelectWidgetWithOther .content br {
display: none;
}
p.use-file-from-fargo span {
border-bottom: 1px dotted #999;
cursor: pointer;