File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ Tippy popups that are appended to document.body directly
109
109
padding
110
110
} */
111
111
112
- .ProseMirror .tableWrapper {
112
+ .bn-editor [ data-content-type = "table" ] .tableWrapper {
113
113
position : relative;
114
114
top : -16px ;
115
115
left : -16px ;
@@ -119,25 +119,25 @@ Tippy popups that are appended to document.body directly
119
119
overflow-y : hidden;
120
120
}
121
121
122
- .ProseMirror .tableWrapper-inner {
122
+ .bn-editor [ data-content-type = "table" ] .tableWrapper-inner {
123
123
/* position: relative; */
124
124
/* top: -16px;
125
125
left: -16px; */
126
126
padding : 16px ;
127
127
}
128
128
129
129
/* table related: */
130
- .bn-editor table {
130
+ .bn-editor [ data-content-type = "table" ] table {
131
131
width : auto !important ;
132
132
word-break : break-word;
133
133
}
134
- .bn-editor th ,
135
- .bn-editor td {
134
+ .bn-editor [ data-content-type = "table" ] th ,
135
+ .bn-editor [ data-content-type = "table" ] td {
136
136
border : 1px solid # ddd ;
137
137
padding : 3px 5px ;
138
138
}
139
139
140
- .bn-editor th {
140
+ .bn-editor [ data-content-type = "table" ] th {
141
141
font-weight : bold;
142
142
text-align : left;
143
143
}
You can’t perform that action at this time.
0 commit comments