From 4603cef19e934b3d2c250ce874901b62740e7811 Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Fri, 14 Jun 2019 12:04:59 +0300 Subject: [PATCH] [ADF-4667] Document list - sorting icon RTL fix (#4848) * sorting icon RTL fix * single quotes over double quotes * overspecify position --- lib/core/datatable/components/datatable/datatable.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/datatable/components/datatable/datatable.component.scss b/lib/core/datatable/components/datatable/datatable.component.scss index c52716620a..dfa95c29d8 100644 --- a/lib/core/datatable/components/datatable/datatable.component.scss +++ b/lib/core/datatable/components/datatable/datatable.component.scss @@ -319,6 +319,7 @@ font-size: $data-table-header-sort-icon-size; content: '\e5d8'; left: 5px; + right: 5px; position: relative; vertical-align: sub; }