From eb2228939bca64a861de1efda28567763f76264f Mon Sep 17 00:00:00 2001 From: Elinor Date: Tue, 23 Aug 2022 12:11:14 +0300 Subject: [PATCH 1/2] translate string --- src/app/views/query-response/QueryResponse.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/views/query-response/QueryResponse.tsx b/src/app/views/query-response/QueryResponse.tsx index 705138a51..df75adf1f 100644 --- a/src/app/views/query-response/QueryResponse.tsx +++ b/src/app/views/query-response/QueryResponse.tsx @@ -129,7 +129,7 @@ const QueryResponse = (props: IQueryResponseProps) => { > {GetPivotItems()} Date: Mon, 29 Aug 2022 15:51:33 +0300 Subject: [PATCH 2/2] update styling --- src/app/views/query-response/query-response.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/app/views/query-response/query-response.scss b/src/app/views/query-response/query-response.scss index 0720121fd..2b61056da 100644 --- a/src/app/views/query-response/query-response.scss +++ b/src/app/views/query-response/query-response.scss @@ -13,14 +13,7 @@ @media screen and (min-width: 1320px) { - .pivot-response *[data-content='Expand xx'] { - float: right !important; - } - } - - - @media screen and (min-width: 1320px) { - .pivot-response *[data-content='Share xx'] { + .pivot-response button:nth-last-child(2) { float: right !important; } }