Przeglądaj źródła

Fix text selection issue on table

jnfrati 5 lat temu
rodzic
commit
693552f0c9
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      dashboard/src/components/Table.tsx

+ 1 - 0
dashboard/src/components/Table.tsx

@@ -156,6 +156,7 @@ export const StyledTd = styled.td`
   :last-child {
     padding-right: 10px;
   }
+  user-select: text;
 `;
 
 export const StyledTHead = styled.thead`