Skip to content

Commit cb255e7

Browse files
author
moon
committed
Hide learn more link on mobile view
1 parent afa7187 commit cb255e7

File tree

1 file changed

+3
-0
lines changed
  • plugins/woocommerce-admin/client/core-profiler/components/plugin-card

1 file changed

+3
-0
lines changed

plugins/woocommerce-admin/client/core-profiler/components/plugin-card/plugin-card.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
a {
6262
color: $gray-700;
6363
margin-left: 5px;
64+
@include breakpoint( '<782px' ) {
65+
display: none;
66+
}
6467
}
6568

6669
.components-checkbox-control {

0 commit comments

Comments
 (0)