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

All td elements got double border style. #842

Closed
kovacsendre96 opened this issue May 13, 2022 · 0 comments
Closed

All td elements got double border style. #842

kovacsendre96 opened this issue May 13, 2022 · 0 comments

Comments

@kovacsendre96
Copy link

kovacsendre96 commented May 13, 2022

All td elements got double border style.

Jodit Version: 3.18.3
Browser: Chrome, Firefox etc...
OS: Linux
Is React App: True

Code

td[style*=border] {
    border-style: double!important;
    border-top-style: double !important;
    border-right-style: double !important;
    border-bottom-style: double !important;
    border-left-style: double !important;
}

Expected behavior:

Actual behavior:
In the jodit.css which causes the duplicate border to be placed on each td element.
An !important rule is given in jodit.css that causes each td element to have a double border

@kovacsendre96 kovacsendre96 changed the title All td elements got double border style. Can you fix it? All td elements got double border style. May 13, 2022
xdan added a commit that referenced this issue May 16, 2022
@xdan xdan closed this as completed May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants