Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 8b1ab49

Browse files
committed
Merge pull request #777 from appirio-tech/dev
Fix css clash
2 parents f3ea7fb + 45ae20d commit 8b1ab49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/directives/page-state-header/page-state-header.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
img.profile-circle(ng-if="!vm.profile.photoURL", src=require("../../../assets/images/ico-user-default.svg"))
1414

15-
.user-stats(id="metrics", ng-hide="vm.loading")
15+
.user-metrics(id="metrics", ng-hide="vm.loading")
1616
a.handle(style="color:{{vm.handleColor}};", ui-sref="profile.about({userHandle: vm.profile.handle})") {{vm.profile.handle}}
1717

1818
.money-earned(ng-hide="hideMoney")

assets/css/directives/page-state-header.directive.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
}
3434

35-
.user-stats {
35+
.user-metrics {
3636
display: flex;
3737
flex-direction: column;
3838
align-items: flex-start;

0 commit comments

Comments
 (0)