label-studio-frontend
label-studio-frontend copied to clipboard
Fix: label svg width can't calculate when body is a flex box
when calculate a label svg width, we append a svg element to body dom, but if body has a 'display: flex;' style attribute, this way will not work.