Merge pull request #4448 from ssrihari/fix-invite-code-input-width
Fixing Invite code input width to be same across browsers
This commit is contained in:
commit
c94ca826b2
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1905,6 +1905,10 @@ h1.tag
|
|||
:margin
|
||||
:bottom 25px
|
||||
|
||||
#invite_code
|
||||
:width 100%
|
||||
@include box-sizing(border-box)
|
||||
|
||||
.subtle
|
||||
:color #888
|
||||
:font
|
||||
|
|
|
|||
Loading…
Reference in a new issue