We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2318ab commit 20c3e60Copy full SHA for 20c3e60
src/components/Header/Header.tsx
@@ -32,6 +32,7 @@ const Header = React.forwardRef<HTMLDivElement, IHeader>((props, ref) => {
32
text-white flex
33
items-center
34
justify-start
35
+ text-nowrap
36
max-sm:text-sm
37
">{title}</h3>
38
</div>
0 commit comments