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:
A. Unique TensorFlower 2017-06-02 09:16:51 -07:00 committed by TensorFlower Gardener
parent c6ea6972ae
commit 3f6404f206

View File

@ -104,6 +104,7 @@ future for loading older images.
display: block;
width: 100%;
height: auto;
max-height: 500px;
}
</style>
</template>