Skip to content

Commit

Permalink
fix(styles): i#3957 adapt layout badge height
Browse files Browse the repository at this point in the history
  • Loading branch information
cocotime committed Sep 13, 2023
1 parent cd4d42d commit ee03f1b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Copyright (c) 2023-present Kaleidos INC

.creation-data {
display: flex;
flex-wrap: wrap;
gap: var(--spacing-4);
justify-content: flex-start;
}
Expand All @@ -71,6 +72,10 @@ Copyright (c) 2023-present Kaleidos INC
font-style: italic;
}

.creation-data-edited {
block-size: min-content;
}

.end-wrapper {
column-gap: var(--spacing-8);
display: flex;
Expand Down

0 comments on commit ee03f1b

Please sign in to comment.