Skip to content

Commit

Permalink
feat(footer): graduating language selector to production ready (#4069)
Browse files Browse the repository at this point in the history
### Related Ticket(s)

#3665, #4049 

### Description

Removes footer language-only dropdown from behind feature flag.

### Changelog

**New**

- footer stories with `languageOnly` variant.

**Changed**

- update README

**Removed**

- feature flag for language dropdown

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "package: vanilla": Vanilla -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "package: styles": Carbon Expressive, React (Expressive) -->
<!-- *** "RTL": React (RTL) -->
<!-- *** "feature flag": React (experimental) -->
  • Loading branch information
kennylam authored Sep 29, 2020
1 parent 06a1cf8 commit 55cd218
Show file tree
Hide file tree
Showing 7 changed files with 26,799 additions and 5,300 deletions.
5 changes: 5 additions & 0 deletions packages/react/.storybook/_container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ body {
height: 100%;
}

#root,
div[role='main'] {
height: 100%;
}

// Storybook styles
.storybook-center-container {
padding: 1rem;
Expand Down
Loading

0 comments on commit 55cd218

Please sign in to comment.