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

Unified Diff: skin/mobile-options.css

Issue 29531693: Noissue - Fixed: Button in filter list selection dialog is squashed (Closed)
Patch Set: Created Aug. 30, 2017, 3:45 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: skin/mobile-options.css
===================================================================
--- a/skin/mobile-options.css
+++ b/skin/mobile-options.css
@@ -368,6 +368,7 @@
#dialog-recommended > button
{
+ flex-shrink: 0;
saroyanm 2017/09/14 13:45:40 The button still is being squashed with this prope
saroyanm 2017/09/14 13:49:12 Sorry, this was a cache error :/ Looks fine.
saroyanm 2017/09/14 13:57:53 Deatil: But using Padding instead of Height might
Thomas Greiner 2017/09/15 13:00:03 You're right regarding longer texts. Done. I made
border-width: 1px 0 0 0;
text-align: center;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld