Skip to content

Commit fc08231

Browse files
committed
fix: updated the example styling
1 parent 8cc1c80 commit fc08231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/browser-example/src/components/EventList.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ export function EventList({ events }: { events: any[] }) {
5050

5151
return (
5252
<div className="card my-2">
53-
<div className="card-header d-flex gap-2">
54-
<div className="dropdown">
53+
<div className="card-header">
54+
<div className="buttons-in-card-header d-flex gap-2 align-items-center">
5555
<button
5656
type="button"
5757
className="btn btn-primary dropdown-toggle"

0 commit comments

Comments
 (0)