]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Move admin users list to its own controller
[rails.git] / app / assets / stylesheets / common.scss
index b179ec5ada7638a3d27ce482820b9d06af26d301..668d050d8bbbc42da49826961dc97fcd2fd03563 100644 (file)
@@ -217,6 +217,10 @@ body.small-nav {
     .search_forms {
       display: block;
     }
+
+    .username {
+      max-width: unset;
+    }
   }
 
   #sidebar .search_forms {
@@ -932,8 +936,9 @@ div.secondary-actions {
   }
 }
 
-/* Rules for block pages */
+/* Rules for tables with usernames */
 
+.messages-table .username,
 #block_list .username {
   max-width: 20em;
 }