Преглед изворни кода

Fix text selection issue on table

jnfrati пре 4 година
родитељ
комит
693552f0c9
1 измењених фајлова са 1 додато и 0 уклоњено
  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 {
   :last-child {
     padding-right: 10px;
     padding-right: 10px;
   }
   }
+  user-select: text;
 `;
 `;
 
 
 export const StyledTHead = styled.thead`
 export const StyledTHead = styled.thead`