Skip to content

Commit

Permalink
chore(edit): remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindgrutle committed Apr 26, 2024
1 parent 0fe628c commit 2278984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 90 deletions.
5 changes: 4 additions & 1 deletion next-tavla/src/Shared/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ function Footer({

return (
<footer className="flex flex-row justify-start items-center text-2xl">
<div style={style} className="ellipsis">
<div
style={style}
className="overflow-hidden whitespace-nowrap overflow-ellipsis"
>
{footer}
</div>
{logo && <Image src={EnturLogo} alt="Entur logo" height={40} />}
Expand Down
89 changes: 0 additions & 89 deletions next-tavla/src/Shared/styles/text.css

This file was deleted.

0 comments on commit 2278984

Please sign in to comment.