Explorar el Código

Fix data cell in payments table (#4380)

Bartosz Dryl hace 1 año
padre
commit
174ab5ca70
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      packages/atlas/src/components/Table/Table.styles.ts

+ 3 - 0
packages/atlas/src/components/Table/Table.styles.ts

@@ -43,6 +43,9 @@ export const Th = styled(Text)`
 export const Td = styled(Text)`
   ${cellStyles};
 
+  align-items: start;
+  flex-direction: column;
+  justify-content: center;
   box-shadow: ${cVar('effectDividersBottom')};
 `