Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
bump max-height to 16 lines in the rich text editors (#10670)
Browse files Browse the repository at this point in the history
  • Loading branch information
alunturner authored Apr 27, 2023
1 parent 223892b commit 70326b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ limitations under the License.
/* while keeping the autocomplete at the top */
/* of the composer. The parent needs to be a flex container for this to work. */
margin: auto 0;
/* max-height at this level so autocomplete doesn't get scrolled too */
max-height: 140px;
/* the line height is $font-22px (set in _Editor.pcss) and we want to display 16 lines */
max-height: calc(16 * $font-22px);
overflow-y: auto;
}
}
Expand Down

0 comments on commit 70326b9

Please sign in to comment.