Stabilize curation image height
This commit is contained in:
@@ -2779,17 +2779,20 @@ select.input-shell {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: calc(200px + 1.5rem);
|
||||
}
|
||||
|
||||
.critical-curation-source-image {
|
||||
width: 100%;
|
||||
max-height: 300px;
|
||||
display: block;
|
||||
width: auto;
|
||||
height: 200px;
|
||||
max-width: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.critical-curation-source-empty {
|
||||
width: 100%;
|
||||
min-height: 180px;
|
||||
min-height: 200px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user