Set max for Zen mode textarea to screen height
This commit is contained in:
parent
d95ac1b67f
commit
62b2d6735e
2 changed files with 6 additions and 1 deletions
|
@ -20,8 +20,9 @@
|
|||
outline: none;
|
||||
resize: none;
|
||||
height: 100vh;
|
||||
max-height: calc(100vh - 10px);
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
margin: 0 auto 10px;
|
||||
}
|
||||
|
||||
.zen-control-leave {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Set max height to screen height for Zen mode
|
||||
merge_request: 9667
|
||||
author:
|
Loading…
Reference in a new issue