diff --git a/client/ticket/src/fetched-tags/index.html b/client/ticket/src/fetched-tags/index.html
index d9b47107b..4a3c679a7 100644
--- a/client/ticket/src/fetched-tags/index.html
+++ b/client/ticket/src/fetched-tags/index.html
@@ -1,8 +1,11 @@
-
+
{{::$ctrl.sale.concept}}
-
-
- {{::fetchedTag.tag.name}} {{::fetchedTag.value}}
-
+
+
+ {{::fetchedTag.value}}
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/client/ticket/src/fetched-tags/index.js b/client/ticket/src/fetched-tags/index.js
index 1b8341bdc..7e9455060 100644
--- a/client/ticket/src/fetched-tags/index.js
+++ b/client/ticket/src/fetched-tags/index.js
@@ -1,4 +1,5 @@
import ngModule from '../module';
+import './style.scss';
ngModule.component('vnFetchedTags', {
template: require('./index.html'),
diff --git a/client/ticket/src/fetched-tags/style.scss b/client/ticket/src/fetched-tags/style.scss
new file mode 100644
index 000000000..6abfd33d5
--- /dev/null
+++ b/client/ticket/src/fetched-tags/style.scss
@@ -0,0 +1,42 @@
+@import "colors";
+
+vn-fetched-tags {
+ @media screen and (max-width: 1700px){
+ & vn-horizontal {
+ flex-direction: column;
+ text-align: center;
+
+ & .inline-tag {
+ display: inline-block;
+ float: none
+ }
+ }
+ }
+
+ & vn-one:first-child {
+ padding-top: 0.36em
+ }
+
+ & .inline-tag {
+ background-color: $secondary-font-color;
+ margin: 0.4em 0.4em 0 0;
+ color: $color-white;
+ text-align: center;
+ font-size: 0.8em;
+ height: 1.25em;
+ padding: 0.4em;
+ float: left;
+ width: 5em
+ }
+
+ & .inline-tag.empty {
+ background-color: $main-bg
+ }
+
+ & .inline-tag.empty:after {
+ overflow: hidden;
+ display: block;
+ content: ' ';
+ clear: both
+ }
+}
\ No newline at end of file
diff --git a/client/ticket/src/sale-checked/index.html b/client/ticket/src/sale-checked/index.html
index 8337c22f1..e8662802c 100644
--- a/client/ticket/src/sale-checked/index.html
+++ b/client/ticket/src/sale-checked/index.html
@@ -8,7 +8,7 @@
Is checked |
Item |
- Description |
+ Description |
Quantity |
diff --git a/client/ticket/src/sale/index.html b/client/ticket/src/sale/index.html
index 548adb42f..97c74893f 100644
--- a/client/ticket/src/sale/index.html
+++ b/client/ticket/src/sale/index.html
@@ -29,7 +29,7 @@
Item |
- Description |
+ Description |
Quantity |
Price |
Discount |
diff --git a/client/ticket/src/summary/index.html b/client/ticket/src/summary/index.html
index dcb53df92..da04f99da 100644
--- a/client/ticket/src/summary/index.html
+++ b/client/ticket/src/summary/index.html
@@ -58,7 +58,7 @@
|
Item |
- Description |
+ Description |
Quantity |
Price |
Discount |
diff --git a/client/ticket/src/volume/index.html b/client/ticket/src/volume/index.html
index ebbc2a46d..0f2863bd5 100644
--- a/client/ticket/src/volume/index.html
+++ b/client/ticket/src/volume/index.html
@@ -16,7 +16,7 @@
Item |
- Description |
+ Description |
Quantity |
m³ per quantity |