diff --git a/Changelog.md b/Changelog.md index 78a83e673..3656e0583 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,7 @@ ## Bug fixes Highlight down arrow at the user menu on hover [#4441](https://github.com/diaspora/diaspora/pull/4441) +Make invite code input width consistent across borwsers [#4448](https://github.com/diaspora/diaspora/pull/4448) ## Features diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass index f14028f42..1118d1416 100644 --- a/app/assets/stylesheets/application.css.sass +++ b/app/assets/stylesheets/application.css.sass @@ -1905,6 +1905,10 @@ h1.tag :margin :bottom 25px + #invite_code + :width 100% + @include box-sizing(border-box) + .subtle :color #888 :font