diff LazyBear/Views/Company/Helpers/StatsView.swift @ 424:6dd97877f575

Improve code, reorganize files
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sun, 13 Jun 2021 19:40:42 +0200
parents 5f21f7c23c5e
children c78d5b5b3bda
line wrap: on
line diff
--- a/LazyBear/Views/Company/Helpers/StatsView.swift	Sun Jun 13 19:40:18 2021 +0200
+++ b/LazyBear/Views/Company/Helpers/StatsView.swift	Sun Jun 13 19:40:42 2021 +0200
@@ -29,6 +29,7 @@
                             Spacer()
                             Text(unwrappedValue)
                                 .font(.callout)
+                                .lineLimit(1)
                         }
                     }
                 }