This commit is contained in:
astrotuna201 2023-02-28 20:39:18 +01:00 committed by GitHub
commit 761e430741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
"""
}