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:
parent
601ac177b6
commit
bbae623cac
@ -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
|
||||
|
@ -157,7 +157,7 @@
|
||||
overflow: hidden;
|
||||
|
||||
img {
|
||||
height: 400px;
|
||||
max-height: 400px;
|
||||
}
|
||||
}
|
||||
img {
|
||||
|
Loading…
x
Reference in New Issue
Block a user