Skip to content

Commit

Permalink
Fix: Match width of reply textarea with comments (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum authored Nov 14, 2017
1 parent 0b74717 commit 5f0f29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Annotator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ $tablet: 'max-width: 768px';
height: 34px;
line-height: 13px;
margin: 0;
max-width: 235px;
max-width: 250px;
min-height: 34px;
padding: 7px;
resize: vertical;
transition: border-color linear .15s, box-shadow linear .1s, min-height .1s;
width: 235px;
width: 100%;

&.bp-is-active {
min-height: 68px;
Expand Down

0 comments on commit 5f0f29b

Please sign in to comment.