Skip to content

Commit

Permalink
bug-fix alignment of eventType and button
Browse files Browse the repository at this point in the history
  • Loading branch information
tindevw committed Jan 16, 2025
1 parent 10ea8f5 commit a115335
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/components/Tags/Tag.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
(
(var(--label-r) * 0.2126) + (var(--label-g) * 0.7152) +
(var(--label-b) * 0.0722)
) / 255
) /
255
);
--lightness-switch: max(
0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
}

.buttonGroup {
flex-grow: 1;
flex-grow: 0;
justify-content: flex-end;
margin-left: auto;
}

.description {
Expand Down

0 comments on commit a115335

Please sign in to comment.