Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: block.html

Issue 6194726097125376: Issue 731 - Don't wrap filter in "Block element" dialog (Closed)
Patch Set: Created June 28, 2014, 1:14 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: block.html
===================================================================
--- a/block.html
+++ b/block.html
@@ -74,7 +74,7 @@
<span class="i18n_add_filters_msg"></span>
</div>
-<textarea id="filters"></textarea>
+<textarea id="filters" wrap="off"></textarea>
Thomas Greiner 2014/09/30 10:37:00 This works but the "off" value doesn't appear to b
Sebastian Noack 2014/10/01 18:15:08 Well, it is in the standard: https://html.spec.wha
Wladimir Palant 2014/10/01 18:35:51 Either I am overlooking something or both pages on
Sebastian Noack 2014/10/29 12:17:05 No, I overlooked it, you both were right. I'm usin
<div id="buttons">
<button id="addButton" class="i18n_add"></button>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld