5600-workerPhoto_incorrectSize #1522

Merged
vicent merged 3 commits from 5600-workerPhoto_incorrectSize into dev 2023-05-26 12:34:55 +00:00
1 changed files with 9 additions and 7 deletions

View File

@ -7,11 +7,13 @@ vn-descriptor-content {
.photo {
position: relative;
width: 100%;
text-align: center;
overflow: hidden;
& > img[ng-src] {
min-height: 16em;
display: block;
max-width: 100%;
height: 256px;
}