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

Commit fc26666

Browse files
committed
Sets the maximal dimension of avatars in copilots listing.
topcoder-archive/appirio_tech-topcoder-app#955
1 parent 7c12648 commit fc26666

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/copilot-pool.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@
138138
}
139139
.copilot-pool .grid-copilots .copilot img.person{
140140
float:left;
141+
max-height: 140px;
142+
max-width: 140px;
141143
}
142144

143145
.copilot-pool .grid-copilots .copilot .info{

0 commit comments

Comments
 (0)