increase max width of context menu in editor

This commit is contained in:
ammarahm-ed
2021-11-04 07:55:27 +05:00
parent 2987a53819
commit c4016778cd

View File

@@ -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;