Skip to content
Snippets Groups Projects

fixed avatars sizes issue - issue624

2 files
+ 13
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -56,4 +56,11 @@
margin-top: 100%;
}
}
}
\ No newline at end of file
}
.eclipsefdn-user-display-content {
.img-responsive {
max-height: @eclipsefdn-user-display-content-img-max-height;
margin: 0 auto;
}
}
Loading