From c4016778cdbd71f7a827600ae751e9fa0d9dfa34 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Thu, 4 Nov 2021 07:55:27 +0500 Subject: [PATCH] increase max width of context menu in editor --- apps/mobile/html/Web.bundle/site/constants.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/mobile/html/Web.bundle/site/constants.js b/apps/mobile/html/Web.bundle/site/constants.js index d37bcb485..91b343368 100755 --- a/apps/mobile/html/Web.bundle/site/constants.js +++ b/apps/mobile/html/Web.bundle/site/constants.js @@ -168,6 +168,10 @@ function setTheme() { .tox-textfield:hover { border-color: ${pageTheme.colors.accent + '80'} !important; } + + .tox .tox-tbtn--select { + min-width: 92px; + } .tox-button { background-color: ${pageTheme.colors.accent} !important;