File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ export const EditorBubbleMenu: FC<EditorBubbleMenuProps> = (props: { editor: Edi
155155 { ! isSelecting && (
156156 < div
157157 ref = { menuRef }
158- className = "flex py-2 divide-x divide-custom-border-200 rounded-lg border border-custom-border-200 bg-custom-background-100 shadow-custom-shadow-rg max-w-[500px] overflow-x-scroll horizontal-scrollbar scrollbar-xs"
158+ className = "flex py-2 divide-x divide-custom-border-200 rounded-lg border border-custom-border-200 bg-custom-background-100 shadow-custom-shadow-rg overflow-x-scroll horizontal-scrollbar scrollbar-xs"
159159 >
160160 < div className = "px-2" >
161161 < BubbleMenuNodeSelector
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ ul[data-type="taskList"] li[data-checked="true"] {
205205/* Overwrite tippy-box original max-width */
206206
207207.tippy-box {
208- max-width : 600 px !important ;
208+ max-width : 800 px !important ;
209209}
210210
211211.fade-in {
You can’t perform that action at this time.
0 commit comments