Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit b38723a

Browse files
committed
migrating style compact
1 parent 00b0d2a commit b38723a

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/components/HeaderMenu.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@ const HeaderMenu = (headerMenuProps: HeaderMenuProps) => {
5454
setLabelState(labelState);
5555
}, [labelState]);
5656

57-
useEffect(() => {
58-
// Throw event if inputRef changed to focus on when it exists
59-
if (inputRef) {
60-
inputRef.focus();
61-
inputRef.select();
62-
}
63-
}, [inputRef]);
64-
6557
/**
6658
* Array of action buttons asociated to the header
6759
*/

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ div.database-plugin__checkbox {
345345
flex-wrap: nowrap;
346346
}
347347

348-
.database-plugin__cell_size_compact .database-plugin__td span.data-input {
348+
.database-plugin__cell_size_compact .data-input {
349349
white-space: nowrap;
350350
}
351351

0 commit comments

Comments
 (0)