Skip to content

Commit a54ee71

Browse files
committed
style(EditableText): prevent letter cut off
1 parent 6e30220 commit a54ee71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/EditableText/_EditableText.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
line-height: 1.15; // FIX: match the normalize.css for input.
5656

5757
> span {
58+
line-height: 1.15rem;
5859
white-space: nowrap;
5960
text-overflow: ellipsis;
6061
overflow: hidden;

0 commit comments

Comments
 (0)