]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Remove max-width restriction on note warning
[rails.git] / app / assets / stylesheets / common.css.scss
index 86a3bb6e4c84e803dee6c7a44003c4b3929d5fd8..049dadbff8cf5abb73a2baa247a46eae5e2c69ed 100644 (file)
@@ -939,6 +939,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
     background-color: #ffe0cc;
     margin: 0px;
     padding: 4px 6px;
+    max-width: 100%;
   }
   h4, p {
     margin-bottom: 5px;
@@ -1590,6 +1591,12 @@ a.button.submit {
     font-size: 14px;
   }
 
+  code {
+    font-size: 13px;
+    background: #e8e8e8;
+    padding: 2px 3px;
+  }
+
   img {
     padding: 20px;
     background-color: #f4f4ff;