@@ -402,6 +410,7 @@ async function changeState(value) {
{{ t('ticket.summary.request') }}
+ {{ t('ticket.summary.goTo') }}
@@ -446,10 +455,23 @@ async function changeState(value) {
.q-card {
width: 100%;
- max-width: 1200px;
}
.summary {
+ .fetched-tags {
+ display: flex;
+ flex-wrap: wrap;
+ align-items: center;
+ & span {
+ flex-basis: 50%;
+ }
+ & span.subName {
+ flex-basis: 50%;
+ color: $secondary;
+ text-transform: uppercase;
+ font-size: 0.75rem;
+ }
+ }
.q-table__container {
text-align: left;
.q-icon {
@@ -483,6 +505,15 @@ async function changeState(value) {
position: relative;
}
+ .text-h6:after {
+ font-family: 'Material Icons';
+ content: 'open_in_new';
+ position: absolute;
+ right: 5px;
+ text-transform: none;
+ color: $primary;
+ }
+
.header {
font-size: 18px;
display: flex;