Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] @univerjs/design/lib/index.css has a wrong syntax #2500

Closed
2 tasks done
BTBMan opened this issue Jun 13, 2024 · 0 comments · Fixed by #2506
Closed
2 tasks done

[Bug] @univerjs/design/lib/index.css has a wrong syntax #2500

BTBMan opened this issue Jun 13, 2024 · 0 comments · Fixed by #2506
Assignees
Labels
bug Something isn't working scope:ui

Comments

@BTBMan
Copy link

BTBMan commented Jun 13, 2024

Before you submit this issue, have you checked the following

  • Is this really a problem?
  • I have searched the Github Issues for similar issues, but did not find anything.

Affected packages and versions

0.1.14

Reproduction link

This bug has no repo, this is a CSS building bug with vite.

Expected behavior

.univer-date-picker-dropdown-placement-topLeft .univer-date-picker-range-arrow,
.univer-date-picker-dropdown-placement-topRight .univer-date-picker-range-arrow {
- bottom: 10px / 2 + 1px;
+ bottom: 6px;
  transform: rotate(135deg);
}

Actual behavior

This wrong operator makes error reporting.

System information

No response

@BTBMan BTBMan added the bug Something isn't working label Jun 13, 2024
@jikkai jikkai self-assigned this Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working scope:ui
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants