X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/20ae1926a80d098da9370687445edb24d2a12538..507c395f51c20c3c0d5375313ea1ca0ed4156c75:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index b179ec5ad..668d050d8 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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; }