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

DateBox Navigator buttons with strange behavior #122

Closed
esfried opened this issue Jun 7, 2018 · 2 comments
Closed

DateBox Navigator buttons with strange behavior #122

esfried opened this issue Jun 7, 2018 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@esfried
Copy link

esfried commented Jun 7, 2018

Issue Type

   Bug ?

datebox

Description

  DateBox wrapper problem with calendar navigator buttons and caption.

Steps to Reproduce

   Open the Datebox.

Current Behavior

   Buttons does not stay with fixed width.

Expected Behavior

  [<]     Month    [>]

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;
}

@lukyanovas
Copy link
Contributor

Hi!
I can't reproduce the issue. See this online example.
Please, provide me with a sample project that reproduces the issue.

@lukyanovas lukyanovas added the question Further information is requested label Jun 13, 2018
@lukyanovas lukyanovas self-assigned this Jun 14, 2018
@lukyanovas
Copy link
Contributor

Closed due inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants