render gallery items
This commit is contained in:
14
pdb-js/src/app/gallery-view/gallery-item-view.component.scss
Normal file
14
pdb-js/src/app/gallery-view/gallery-item-view.component.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
.gallery-item {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
background: white;
|
||||
box-shadow: 5px 5px 10px 0px #aaa;
|
||||
}
|
||||
|
||||
.gallery-item a {
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.gallery-item .fieldValue{
|
||||
word-break: break-all;
|
||||
}
|
||||
Reference in New Issue
Block a user