Merge 2240551e4d
into e0d8e9db46
This commit is contained in:
commit
761e430741
|
@ -149,8 +149,8 @@ extension Path: _HTMLPrimitive {
|
|||
height: 100%;
|
||||
""" :
|
||||
"""
|
||||
width: \(max(0, size.width));
|
||||
height: \(max(0, size.height));
|
||||
width: \(max(0, size.width))px;
|
||||
height: \(max(0, size.height))px;
|
||||
"""
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue