Skip to content

Commit 050ddb8

Browse files
committed
Improve css to fix tooltips
1 parent bc23e09 commit 050ddb8

File tree

2 files changed

+143
-176
lines changed

2 files changed

+143
-176
lines changed

packages/ckeditor5-math/src/ui/mainformview.ts

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,10 @@ export default class MainFormView extends View {
7070
tag: 'div',
7171
attributes: {
7272
class: [
73-
'ck-math-scroll'
73+
'ck-math-view'
7474
]
7575
},
76-
children: [
77-
{
78-
tag: 'div',
79-
attributes: {
80-
class: [
81-
'ck-math-view'
82-
]
83-
},
84-
children
85-
}
86-
]
76+
children
8777
},
8878
{
8979
tag: 'div',

0 commit comments

Comments
 (0)