Просмотр исходного кода

Fix text selection issue on table

jnfrati 4 лет назад
Родитель
Сommit
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 {
     padding-right: 10px;
   }
+  user-select: text;
 `;
 
 export const StyledTHead = styled.thead`