We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 ?
DateBox wrapper problem with calendar navigator buttons and caption.
Open the Datebox.
Buttons does not stay with fixed width.
[<] Month [>]
Chrome 65.0.3325.181 )Official Buid) (64-Bit) Microsoft Edge 42.17134.1.0
"dependencies": { "devextreme": "^18.1.4-pre-18155", "devextreme-react": "^18.1.4-alpha.7" .... }
I fixed this in my app forcing the following css styles:
.dx-calendar-navigator .dx-button { width:22px; }
.dx-calendar-navigator .dx-button.dx-state-hover { width:22px; }
.dx-calendar-caption-button { width:auto !important; }
The text was updated successfully, but these errors were encountered:
Hi! I can't reproduce the issue. See this online example. Please, provide me with a sample project that reproduces the issue.
Sorry, something went wrong.
Closed due inactivity
lukyanovas
No branches or pull requests
Issue Type
Description
Steps to Reproduce
Current Behavior
Expected Behavior
Environment Details
Chrome 65.0.3325.181 )Official Buid) (64-Bit)
Microsoft Edge 42.17134.1.0
"dependencies": {
"devextreme": "^18.1.4-pre-18155",
"devextreme-react": "^18.1.4-alpha.7"
....
}
PS
I fixed this in my app forcing the following css styles:
.dx-calendar-navigator .dx-button {
width:22px;
}
.dx-calendar-navigator .dx-button.dx-state-hover {
width:22px;
}
.dx-calendar-caption-button {
width:auto !important;
}
The text was updated successfully, but these errors were encountered: