diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/responsive.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 30420787d..793cbd072 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -515,6 +515,9 @@ text-overflow: ellipsis; overflow: hidden; white-space: nowrap; + -webkit-flex-grow: 1; + -ms-flex-grow: 1; + flex-grow: 1; } /* user link when no avatar is present */ |