fix image overflow

This commit is contained in:
schlagmichdoch 2023-01-06 18:08:33 +01:00
parent f769a76605
commit c769810150

View file

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