From 0b19e0948f211a2e0b8f63b4dc697d2e2de8ddac Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Thu, 17 Jun 2021 15:50:32 +0300 Subject: [PATCH] [DE mobile] Fix Bug 50894 --- .../documenteditor/mobile/src/less/icons-material.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/documenteditor/mobile/src/less/icons-material.less b/apps/documenteditor/mobile/src/less/icons-material.less index 71c229de1..03e09345e 100644 --- a/apps/documenteditor/mobile/src/less/icons-material.less +++ b/apps/documenteditor/mobile/src/less/icons-material.less @@ -26,6 +26,16 @@ height: 22px; .encoded-svg-background(''); } + &.icon-prev { + width: 20px; + height: 20px; + .encoded-svg-background(''); + } + &.icon-next { + width: 20px; + height: 20px; + .encoded-svg-background(''); + } &.icon-expand-down { width: 22px; height: 22px;