rusackas commented on a change in pull request #10606:
URL: 
https://github.com/apache/incubator-superset/pull/10606#discussion_r474425168



##########
File path: superset-frontend/src/common/components/index.ts
##########
@@ -16,11 +16,24 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+import styled from '@superset-ui/style';
+import { Skeleton } from 'antd';
 
 /*
   Antd is exported from here so we can override components with Emotion as 
needed.
 
   For documentation, see https://ant.design/components/overview/
  */
 /* eslint no-restricted-imports: 0 */
+
 export * from 'antd';
+
+export const ThinSkeleton = styled(Skeleton)`
+  h3 {
+    margin: ${({ theme }) => theme.gridUnit} 0;

Review comment:
       ```suggestion
       margin: ${({ theme }) => theme.gridUnit}px 0;
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to