Commit 89ef1f37 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'rkuba-master-patch-26355' into 'master'

Override Wiki Editor max-height value

Closes gitlab-ui#879

See merge request gitlab-org/gitlab!40144
parents 9e6a125c 51f390f0
......@@ -151,3 +151,7 @@ ul.wiki-pages-list.content-list {
.empty-state-wiki .text-content {
max-width: 490px; // Widen to allow for the Confluence button
}
.wiki-form .markdown-area {
max-height: none;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment