Fix tags styles in forms

These styles were broken in commit 2614de79c, since there we only
considered scenarios where the `tags` element is a list. In these forms, however, the `tags` element is a regular <div> tag.
This commit is contained in:
Javi Martín
2021-02-14 18:54:37 +01:00
parent 5e01664ed7
commit e6437bb896

View File

@@ -1,6 +1,3 @@
ul { .tags {
@extend %tags;
&.tags {
@extend %tags;
}
} }