Force flowchart width to 100%

For all floats actually...
This commit is contained in:
Cedric
2024-01-15 20:58:38 +00:00
committed by Ced
parent 9fa7a768ea
commit fa714906a7

View File

@@ -7,3 +7,12 @@
object-fit: contain;
width: auto;
}
.float {
max-width: 100%;
}
.float img {
max-width: 100% !important;
height: auto;
object-fit: contain;
width: auto;
}