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

feat: add date-picker today actions #1058

Merged
merged 10 commits into from
Jun 11, 2020
2 changes: 1 addition & 1 deletion docs/pages/components/calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ These are classes used to describe the look of calendar grid element.
{% endcapture %}
{% include display-component.html component=default-calendar-compact %}

## Example calendar in mobile mode lanscape orientation
## Example calendar in mobile mode landscape orientation
On mobile devices calendar is composed into Dialog window taking full width and height of the device.
<b>For landscape orientation no [Dialog]({{site.baseurl}}/components/dialog) header element should be used. Dialog footer element is optional.</b>
Remember that if <code>.fd-calendar__close-button</code> is placed inside navigation section of the calendar then:
Expand Down