mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 12:04:56 +02:00
Fixed image fitting when opening (#9119)
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
{createDrawing}
|
||||
active={drawingAvailable && !loading}
|
||||
readonly={drawingAvailable && !drawingEditable}
|
||||
class="object-contain mx-auto"
|
||||
class="flex-center clear-mins w-full h-full"
|
||||
style={`max-width:${width};max-height:${height}`}
|
||||
>
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user