Skip to content

Commit 73c259c

Browse files
committed
fix(element title): Do not cut off descenders
This allows for lower case letters to peek out of the text box. `line-height: 1` is generally too tight.
1 parent 1accf11 commit 73c259c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/assets/builds/alchemy/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/stylesheets/alchemy/admin/elements.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ alchemy-tinymce {
119119
flex-grow: 1;
120120
white-space: nowrap;
121121
transition: color var(--transition-duration);
122-
line-height: 1;
122+
line-height: 1.5;
123123
max-width: 85%;
124124

125125
.preview_text_quote {

0 commit comments

Comments
 (0)