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

Unified Diff: options.html

Issue 29366984: Issue 1121 - Don't cut off long filters in userFiltersBox on options page. (Closed)
Patch Set: Created Dec. 7, 2016, 9:58 a.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: options.html
diff --git a/options.html b/options.html
index 59d287a468836da129fca202f0f688532da43689..cfb6fe07eedef92da6943ebd9c38f37bdf371bf3 100644
--- a/options.html
+++ b/options.html
@@ -247,7 +247,7 @@ button
</tr>
<tr>
<td>
- <select id="userFiltersBox" size="20" multiple style="width: 500px; background: white;"></select>
+ <select id="userFiltersBox" size="20" multiple style="width: 500px; background: white;overflow:auto;"></select>
</td>
<td>
<button id="removeCustomFilter" class="removeButton"><span class="i18n_remove_button"></span></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