Browse Source

Disable resize of textarea

master
Gaëtan Renaudeau 7 years ago
parent
commit
d521c9e051
  1. 4
      src/index.ejs

4
src/index.ejs

@ -56,6 +56,10 @@
} }
} }
textarea {
resize: none;
}
</style> </style>
<script> <script>
<% if (htmlWebpackPlugin.options.nodeModules) { %> <% if (htmlWebpackPlugin.options.nodeModules) { %>

Loading…
Cancel
Save