Skip to content

Commit 51d8121

Browse files
committed
Other-landing.ejs is updated
1 parent c9011ae commit 51d8121

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

views/other-landing.ejs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<link href="css/other-landing.css" rel="stylesheet">
1818

1919
<style>
20+
.reply{
21+
resize: none;
22+
}
2023
.ch{
2124
2225
},
@@ -125,8 +128,8 @@
125128
</div>
126129
<div class="container">
127130
<div class="row">
128-
<div class="form-group grey-border btn-rounded">
129-
<textarea class="form-control z-depth-1 btn-rounded" rows="3" placeholder="Reply"></textarea>
131+
<div class="form-group grey-border btn-rounded w-100 pr-2">
132+
<textarea class="form-control z-depth-1 btn-rounded reply" rows="3" placeholder="Reply"></textarea>
130133
</div>
131134
</div>
132135
</div>

0 commit comments

Comments
 (0)