Skip to content

Commit aefc4cd

Browse files
hymhubjorgezreik
andcommitted
fix: bug
Co-Authored-By: jorgezreik <[email protected]>
1 parent ec366a6 commit aefc4cd

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

components/ResultSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function ResultSection(props: {
110110
>
111111
{it.resultVal.map((v) => (
112112
<span
113-
className="ml-[8px] h-[22px] inline-block overflow-hidden leading-[22px] mb-[6px]"
113+
className="ml-[8px] h-[22px] max-w-[90vw] lgx:max-w-[40vw] inline-block overflow-hidden text-ellipsis leading-[22px] mb-[6px] whitespace-nowrap"
114114
key={v.id}
115115
>
116116
{v.val}

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-to-tailwind-translator",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Convert CSS code to Tailwindcss syntax in real time",
55
"scripts": {},
66
"repository": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-to-tailwind",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -15,7 +15,7 @@
1515
"@monaco-editor/react": "^4.4.6",
1616
"clipboard": "^2.0.11",
1717
"clsx": "^1.2.1",
18-
"css-to-tailwind-translator": "^1.2.3",
18+
"css-to-tailwind-translator": "^1.2.4",
1919
"next": "13.2.4",
2020
"react": "18.2.0",
2121
"react-dom": "18.2.0",

pnpm-lock.yaml

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)