Assign a max height of 800px to images in the image dashboard.
The user could always expand to actual dimensions if need be. PiperOrigin-RevId: 157838046
This commit is contained in:
parent
c6ea6972ae
commit
3f6404f206
@ -104,6 +104,7 @@ future for loading older images.
|
|||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
max-height: 500px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user