diff --git a/modules/route/front/tickets/index.html b/modules/route/front/tickets/index.html index 4c3c2f113..6329dbb1a 100644 --- a/modules/route/front/tickets/index.html +++ b/modules/route/front/tickets/index.html @@ -125,7 +125,7 @@ Tickets to add -
+
diff --git a/modules/route/front/tickets/style.scss b/modules/route/front/tickets/style.scss index 69120d436..9393a7d59 100644 --- a/modules/route/front/tickets/style.scss +++ b/modules/route/front/tickets/style.scss @@ -7,4 +7,10 @@ vn-route-tickets form{ .order-field { max-width: 30px; } +} + +.button-right{ + display: block; + padding-right: 50px; + text-align: right; } \ No newline at end of file