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

Unified Diff: static/css/index-mobile.css

Issue 29433588: Issue 5191 - Fixed long localization word wrap issue (Closed)
Patch Set: Created May 8, 2017, 12:41 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: static/css/index-mobile.css
===================================================================
--- a/static/css/index-mobile.css
+++ b/static/css/index-mobile.css
@@ -48,6 +48,19 @@
text-align: left;
}
+#install
+{
+ display: block;
+ width: auto;
+ padding: 10px;
+}
+
+#install .install-button
+{
+ width: 100%;
+ font-size: 16px;
+}
+
h3.edge-message
{
margin: 10px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld