Skip to content

Commit

Permalink
TPROD-280 - The scale option was removed from the IntegerType (#11034)
Browse files Browse the repository at this point in the history
* The scale option was removed from the IntegerType

* CSS style tweak
  • Loading branch information
fedys committed Apr 6, 2022
1 parent 7b9bef5 commit 58d0f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/bundles/LeadBundle/Assets/css/lead.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ ul.tag-cloud li {
}

.frequency{
width: 45px!important;
width: 65px!important;
}

.contact{
Expand All @@ -222,7 +222,7 @@ ul.tag-cloud li {
}

.frequency-select {
width:145px !important;
width:125px !important;
float: right;
padding-right: 5px;
}
Expand Down
1 change: 0 additions & 1 deletion app/bundles/LeadBundle/Form/Type/ContactChannelsType.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'frequency_number_'.$channel,
IntegerType::class,
[
'scale' => 0,
'label' => 'mautic.lead.list.frequency.number',
'label_attr' => ['class' => 'text-muted fw-n label1'],
'attr' => array_merge(
Expand Down

0 comments on commit 58d0f41

Please sign in to comment.