Merge branch 'fix_image_overflow' into add_device_pairing_render_node

This commit is contained in:
schlagmichdoch 2023-01-06 18:36:05 +01:00
commit a649a6990e

View file

@ -720,6 +720,7 @@ x-dialog x-paper {
}
/* Image Preview */
#img-preview{
max-width: 100%;
max-height: 50vh;
margin: auto;
display: block;