1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

[bug] image deformed on small device

This commit is contained in:
Sylvain 2017-09-26 16:32:55 +02:00
parent 601ac177b6
commit bbae623cac
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
- Fix a bug: events pagination is bogus in admin's monitoring when selecting non default filter
- Fix a bug: social sharing failed for projects with an underscore in their name
- Fix a bug: html tags of events description not stripped when sharing on social network
- Fix a bug: event, space, training or machine main image on description page is deformed on small devices
- Updated test data to allow passing test suite
## v2.5.14 2017 September 12

View File

@ -157,7 +157,7 @@
overflow: hidden;
img {
height: 400px;
max-height: 400px;
}
}
img {