1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-04 21:27:41 +02:00

Fix overflow in image component

This commit is contained in:
trendschau
2022-01-09 13:27:22 +01:00
parent 08a3206e89
commit ace1100472

View File

@@ -1053,6 +1053,7 @@ form .hidden{
}
.large.img-component img, .large .img-upload img{
width: auto;
max-width: 100%;
}
fieldset{
display: block;