Skip to content

Commit

Permalink
REMOVE [&:not(:first-child)]:mt-6 FROM TypographyP
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Pierry de Souza Mendonça <[email protected]>
  • Loading branch information
pierry01 authored Sep 17, 2024
1 parent 08dc37a commit 4c69d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rbui/typography/typography_p.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def view_template(&)

def default_attrs
{
class: "leading-7 [&:not(:first-child)]:mt-6"
class: "leading-7"
}
end
end
Expand Down

0 comments on commit 4c69d04

Please sign in to comment.