From f2e182dedfb0939bd4b94b5b822bbd864ac32b85 Mon Sep 17 00:00:00 2001 From: BG-Software <73077398+BG-Software-BG@users.noreply.github.com> Date: Thu, 21 Sep 2023 23:01:38 +0200 Subject: [PATCH] Fix heights, scrolls and layouts of some examples in Docs (#1705) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mustafa Ateş Uzun Co-authored-by: Aditi Deshpande Co-authored-by: Bartłomiej Gawęda --- _config.yml | 4 +-- docs/components/alerts.mdx | 14 +++++----- docs/components/badges.mdx | 14 +++++----- docs/components/buttons.mdx | 46 +++++++++++++++---------------- docs/components/cards.mdx | 2 +- docs/components/datagrid.mdx | 2 +- docs/components/divider.mdx | 4 +-- docs/components/dropdowns.mdx | 22 +++++++-------- docs/components/empty.mdx | 6 ++-- docs/components/inline-player.mdx | 4 +-- docs/components/placeholder.mdx | 6 ++-- docs/components/range-slider.mdx | 2 +- docs/components/statuses.mdx | 14 +++++----- docs/components/tables.mdx | 10 +++---- docs/components/timelines.mdx | 4 +-- docs/components/toasts.mdx | 2 +- docs/components/tooltips.mdx | 4 +-- site/styles/_docs.scss | 7 +++-- src/scss/vendor/_litepicker.scss | 2 +- 19 files changed, 86 insertions(+), 83 deletions(-) diff --git a/_config.yml b/_config.yml index e416eabe9..6db9c7fbf 100644 --- a/_config.yml +++ b/_config.yml @@ -222,7 +222,7 @@ socials: title: Tabler months-short: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] -months-long: ['January', 'Febuary', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] +months-long: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'] icons: link: https://tabler-icons.io @@ -230,4 +230,4 @@ icons: emails: price: "$29" count: 54 - buy_link: https://tabler.io/buy-emails \ No newline at end of file + buy_link: https://tabler.io/buy-emails diff --git a/docs/components/alerts.mdx b/docs/components/alerts.mdx index ef606c117..dfb18ebb0 100644 --- a/docs/components/alerts.mdx +++ b/docs/components/alerts.mdx @@ -8,7 +8,7 @@ bootstrapLink: components/alerts/ Depending on the information you need to convey, you can use one of the following types of alert messages - **success**, **info**, **warning** or **danger**. Using the right type of alert modal will help draw users' attention to the message and prompt them to take action. -```html example vertical +```html example vertical height="420px"