]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Succint button copy + force single line grouped buttons
[rails.git] / app / assets / stylesheets / common.css.scss
index 85dd1d2c3dc1a8ab4a722f4e7cb2922e437611d5..6e86e7f32b75c0f3ae874f91752c683f0ff90309 100644 (file)
@@ -1706,6 +1706,7 @@ a.button {
   display: inline-block;
   line-height: 20px;
   padding: $lineheight/4 $lineheight/2;
+  min-height: 20px + $lineheight/2;
   min-width: 120px;
   margin: 0 0 $lineheight/2 0;
   color: white;
@@ -1747,6 +1748,9 @@ a.button {
     min-width: 100px;
     max-width: 150px;
     border-right:1px solid white;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+    overflow: hidden;
   }
   input:first-child,
   .button:first-child {