diff --git a/client/ticket/src/sale/editDiscount.html b/client/ticket/src/sale/editDiscount.html
index ccc34e084..45dce2f8f 100644
--- a/client/ticket/src/sale/editDiscount.html
+++ b/client/ticket/src/sale/editDiscount.html
@@ -16,9 +16,5 @@
{{($ctrl.edit[0].quantity * $ctrl.edit[0].price)
- (($ctrl.newDiscount * ($ctrl.edit[0].quantity * $ctrl.edit[0].price))/100)
| currency:' €':2}}
-
-
\ No newline at end of file
diff --git a/client/ticket/src/sale/index.html b/client/ticket/src/sale/index.html
index ed63dafe6..23840afed 100644
--- a/client/ticket/src/sale/index.html
+++ b/client/ticket/src/sale/index.html
@@ -237,10 +237,6 @@
{{($ctrl.sale.quantity * $ctrl.editedPrice)
- (($ctrl.sale.discount * ($ctrl.sale.quantity * $ctrl.editedPrice))/100)
| currency:' €':2}}
-
-
diff --git a/client/ticket/src/sale/style.scss b/client/ticket/src/sale/style.scss
index 6d70848bf..963cf7ebe 100644
--- a/client/ticket/src/sale/style.scss
+++ b/client/ticket/src/sale/style.scss
@@ -30,7 +30,13 @@ vn-ticket-sale {
vn-dialog.edit {
@extend vn-popover.edit;
-
+
+ &>div{
+ padding: 0!important;
+ }
+ vn-textfield {
+ width: 100%;
+ }
.buttons{
margin-top: 0!important;
}