-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:OpusCapita/react-markdown
- Loading branch information
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
|
||
Release 2.2.2 Mon May 07 2018 12:59:00 GMT+0300 (MSK) | ||
======================================================= | ||
|
||
- [#133](https://github.com/OpusCapita/react-markdown/issues/133) Fix - Tollbar header dropdown overflow if MarkdownInput has not enough height ([#134](https://github.com/OpusCapita/react-markdown/issues/134)) (GitHub [email protected], 2018-05-07 12:47:42 +0300) | ||
- Adding an issue template file [ci skip] (Egor Stambakio [email protected], 2018-05-02 12:26:26 +0300) | ||
- Updated example props for modal input. (Egor Stambakio [email protected], 2018-04-27 09:17:01 +0300) | ||
|
||
Release 2.2.1 Wed Apr 25 2018 07:28:28 GMT+0000 (UTC) | ||
======================================================= | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,6 @@ | |
height: 100%; | ||
display: flex; | ||
flex-direction: column; | ||
overflow: hidden; | ||
position: relative; | ||
} | ||
|
||
|