@punch-in/strapi-admin 1.2.4 → 1.2.5

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.
@@ -5,7 +5,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
5
5
 
6
6
  const FaIcon = styled(({ small, ...props }) => <FontAwesomeIcon {...props} />)`
7
7
  position: absolute;
8
- top: ${({ small }) => (small ? 'calc(50% - 0.3rem)' : 'calc(50% - 0.9rem + 0.3rem)')};
8
+ top: ${({ small }) => (small ? 'calc(50% - 0.3rem)' : 'calc(50% - 0.95rem)')};
9
9
  left: ${({ small }) => (small ? '2.2rem' : '1.6rem')};
10
10
  width: ${({ small }) => (small ? 'auto' : '1.9rem')} !important;
11
11
  font-size: ${({ small }) => (small ? '.5rem' : '1.9rem')};
@@ -23,7 +23,7 @@ const LinkLabel = styled.span`
23
23
  display: inline-block;
24
24
  width: 100%;
25
25
  padding-right: 1rem;
26
- padding-left: 2.5rem;
26
+ padding-left: 4.1rem;
27
27
  `;
28
28
 
29
29
  // TODO: refacto this file
package/package.json CHANGED
@@ -139,5 +139,5 @@
139
139
  "develop:ce": "STRAPI_DISABLE_EE=true webpack-dev-server --config webpack.config.dev.js",
140
140
  "test": "echo \"no tests yet\""
141
141
  },
142
- "version": "1.2.4"
142
+ "version": "1.2.5"
143
143
  }