Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #107 from smartive-education/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
monobasic authored Apr 12, 2023
2 parents 45818b9 + 0194410 commit fbf807b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hashtag/hashtag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { HashtagProps, HashtagSize } from './hashtag.types';

export const Hashtag: React.FC<HashtagProps> = ({ size = HashtagSize.L, ...props }) => {
const baseClasses = ['text-violet-600 hover:text-violet-500 transition'];
const baseClasses = ['text-violet-600 hover:text-violet-500 transition break-all text-left'];

if (size === HashtagSize.M) {
baseClasses.push('paragraph-m');
Expand Down

0 comments on commit fbf807b

Please sign in to comment.