Commit c37aa673100310e723f657d510ddd63975320366
1 parent
9bfd366e
Exists in
master
and in
2 other branches
Adjusting chat/participants user image
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
@@ -240,6 +240,10 @@ | @@ -240,6 +240,10 @@ | ||
240 | .subject_access_btn { | 240 | .subject_access_btn { |
241 | text-align: center; | 241 | text-align: center; |
242 | } | 242 | } |
243 | + | ||
244 | + .participant .user-img img { | ||
245 | + height: auto; | ||
246 | + } | ||
243 | } | 247 | } |
244 | 248 | ||
245 | @media(min-width: 768px) { | 249 | @media(min-width: 768px) { |