nhn / toast-ui.react-calendar

TOAST UI Calendar wrapper for React.js
MIT License
168 stars 43 forks source link

How to set calendar width? #22

Closed skaptox closed 5 years ago

skaptox commented 5 years ago

Hello, how to set calendar width?

Using this code I am getting

image

Manually setting width in navigator works, but I don't know how to do it from code.

image

image

there must be something better than this

.tui-full-calendar-layout {
    width: 80vw;
}
skaptox commented 5 years ago

The problem was Reactstrap's Row "display: flex" property. Excuse me!