@eturnity/eturnity_reusable_components 1.1.53 → 1.1.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -224,8 +224,8 @@ const TableContainer = styled.table`
|
|
|
224
224
|
.arrow-container {
|
|
225
225
|
display: table-cell;
|
|
226
226
|
vertical-align: middle;
|
|
227
|
-
text-align: center;
|
|
228
|
-
text-align: -webkit-center;
|
|
227
|
+
/* text-align: center;
|
|
228
|
+
text-align: -webkit-center; */
|
|
229
229
|
cursor: pointer;
|
|
230
230
|
border-bottom: 1px solid ${(props) => props.theme.colors.grey4};
|
|
231
231
|
}
|