Merge pull request #5407 from SansPseudoFix/5251-add-contact-dropdown-hidden

Issue #5251: fix hidden overflow
This commit is contained in:
Steffen van Bergerem 2014-11-22 16:31:28 +01:00
commit 8f956383bd
2 changed files with 5 additions and 0 deletions

View file

@ -91,6 +91,7 @@ This is disabled by default since it requires the installation of additional pac
* More robust URL parsing for oEmbed and OpenGraph [#5347](https://github.com/diaspora/diaspora/pull/5347)
* Fix Publisher doesn't expand while uloading images [#3098](https://github.com/diaspora/diaspora/issues/3098)
* Drop unneeded and too open crossdomain.xml
* Fix hidden aspect dropdown on getting started page [#5407](https://github.com/diaspora/diaspora/pulls/5407)
## Features
* Don't pull jQuery from a CDN by default [#5105](https://github.com/diaspora/diaspora/pull/5105)

View file

@ -4,6 +4,10 @@
height: 50px;
}
.well .media{
overflow: visible;
}
.awesome {
text-align: center;