We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9011ae commit 51d8121Copy full SHA for 51d8121
views/other-landing.ejs
@@ -17,6 +17,9 @@
17
<link href="css/other-landing.css" rel="stylesheet">
18
19
<style>
20
+ .reply{
21
+ resize: none;
22
+ }
23
.ch{
24
25
},
@@ -125,8 +128,8 @@
125
128
</div>
126
129
<div class="container">
127
130
<div class="row">
- <div class="form-group grey-border btn-rounded">
- <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>
133
134
135
0 commit comments