Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit a6787c4

Browse files
style: tags spacing
1 parent f8cef87 commit a6787c4

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

studio/src/app/components/feed/card/app-feed-card-tags/app-feed-card-tags.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ app-feed-card-tags {
1616
display: inline-flex;
1717
align-items: center;
1818
justify-content: center;
19-
padding: 4px 8px;
20-
21-
&:not(:first-of-type) {
22-
margin: 0 4px;
23-
}
19+
padding: 2px 8px;
20+
margin: 4px 2px;
2421

2522
font-size: var(--font-size-normal);
2623

studio/src/app/components/feed/card/app-feed-card/app-feed-card.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ app-feed-card {
1111
}
1212
}
1313

14+
p.content {
15+
margin: 0;
16+
}
17+
1418
ion-card-title {
1519
white-space: nowrap;
1620
overflow: hidden;
@@ -37,6 +41,7 @@ app-feed-card {
3741

3842
app-feed-card-tags {
3943
display: block;
44+
height: 100%;
4045
}
4146
}
4247

0 commit comments

Comments
 (0)