mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Increase label padding
This commit is contained in:
parent
3cb2ce3167
commit
5845b736de
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ struct LabelsMasonaryView: View {
|
|||
return ZStack(alignment: .topLeading) {
|
||||
ForEach(self.labelItems, id: \.label.self) { label in
|
||||
self.item(for: label)
|
||||
.padding([.horizontal, .vertical], 4)
|
||||
.padding([.horizontal, .vertical], 6)
|
||||
.alignmentGuide(.leading, computeValue: { dim in
|
||||
if abs(width - dim.width) > geom.size.width {
|
||||
width = 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue