Skip to content

Commit fba83fa

Browse files
committed
feat: add transition to inline-markdown
1 parent caca38a commit fba83fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app-src/scripts/inline-markdown/_inline-markdown-d.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ inline-markdown {
1313
overflow: auto;
1414
position: relative;
1515
cursor: text;
16+
transition: min-height .2s $ease-in-out-quint;
1617

1718
&.is-editing {
1819
min-height: 160px;

0 commit comments

Comments
 (0)