File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -151,16 +151,15 @@ Tippy popups that are appended to document.body directly
151
151
.bn-editor [data-content-type = "table" ] .tableWrapper {
152
152
/* Size of + buttons to add rows/columns. */
153
153
--bn-table-widget-size : 22px ;
154
+ /* Size of table handles, divided by 2 since half the element is in the cell. */
155
+ --bn-table-handle-size : calc (18px / 2 );
154
156
overflow-y : hidden;
155
- padding-bottom : var (--bn-table-widget-size );
157
+ padding : var (--bn-table-handle-size ) var (--bn-table-widget-size )
158
+ var (--bn-table-widget-size ) var (--bn-table-handle-size );
156
159
position : relative;
157
160
width : 100% ;
158
161
}
159
162
160
- .bn-editor [data-content-type = "table" ] .tableWrapper-inner {
161
- width : calc (100% - var (--bn-table-widget-size ));
162
- }
163
-
164
163
/* table related: */
165
164
.bn-editor [data-content-type = "table" ] table {
166
165
width : auto !important ;
You can’t perform that action at this time.
0 commit comments