Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: lib/src/iron-doc-viewer/iron-doc-property.css

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/src/iron-doc-viewer/iron-doc-property.css
diff --git a/lib/src/iron-doc-viewer/iron-doc-property.css b/lib/src/iron-doc-viewer/iron-doc-property.css
index 93a724007517bbf2685d2d3f8c490832da4238c1..9f528bf21c323dc800a52b481ae937404515e1e3 100644
--- a/lib/src/iron-doc-viewer/iron-doc-property.css
+++ b/lib/src/iron-doc-viewer/iron-doc-property.css
@@ -60,6 +60,12 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
flex: 1;
}
+@media (max-width: 500px) {
+ #details {
+ margin-left: 0;
+ }
+}
+
/* Metadata */
#meta {
« no previous file with comments | « lib/src/iron-component-page/iron-component-page.html ('k') | lib/src/iron-flex-layout/iron-flex-layout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698