Skip to content

Commit 0917d01

Browse files
authored
Merge pull request #93 from pepelsbey/patch-1
Remove height restriction from input
2 parents 9bc07bf + 99285ff commit 0917d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/editor.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ atom-text-editor[mini] {
99
background-color: @input-background-color;
1010
box-shadow:0 0 3px 7px fade(#92bcea, 0);
1111
transition:box-shadow 0.2s ease-in-out;
12-
height:24px;
12+
min-height:24px;
1313

1414
&,
1515
&::shadow,

0 commit comments

Comments
 (0)