Sfoglia il codice sorgente

Fix text selection issue on table

jnfrati 4 anni fa
parent
commit
693552f0c9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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`