diff --git a/frontend/app/components/Session_/EventsBlock/NoteEvent.tsx b/frontend/app/components/Session_/EventsBlock/NoteEvent.tsx index 5544fa7cb..08e5631a9 100644 --- a/frontend/app/components/Session_/EventsBlock/NoteEvent.tsx +++ b/frontend/app/components/Session_/EventsBlock/NoteEvent.tsx @@ -114,11 +114,9 @@ function NoteEvent(props: Props) { // @ts-ignore background: tagProps[props.note.tag], userSelect: 'none', - width: 50, - textAlign: 'center', - fontSize: 11, + padding: '1px 6px', }} - className="rounded-full px-2 py-1 text-white text-sm" + className="rounded-full text-white text-xs select-none w-fit" > {props.note.tag}