Skip to content

Commit

Permalink
Clean up VStack.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPToroDev committed Dec 27, 2024
1 parent 2272919 commit 1a3c15e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/Ignite/Elements/VStack.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ public struct VStack: BlockHTML {
var attributes = attributes
attributes.append(classes: "vstack")

attributes.append(styles:
.init(name: "display", value: "flex"),
.init(name: "width", value: "100%")
)

if let customSpacing {
attributes.append(styles: .init(name: .gap, value: "\(customSpacing)px"))
} else if let systemSpacing {
Expand Down

0 comments on commit 1a3c15e

Please sign in to comment.