Skip to content

Commit

Permalink
bug-fix eventType name alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
tindevw committed Jan 15, 2025
1 parent 10ea8f5 commit 3dd08d1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/routes/events/components/EventDetail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,14 @@ const EventDetail = () => {
}
actionButtons={
event && (
<div className={styles.eventType}>
<div
className={`${styles.eventType} justifyContent__flex-end`}
style={{
display: 'flex',
justifyContent: 'flex-end',
width: '100%',
}}
>
<strong
style={{
color,
Expand Down

0 comments on commit 3dd08d1

Please sign in to comment.