remove float from the 'show email' button on user's profile on mobile

This commit is contained in:
Régis Hanol 2014-10-06 22:24:43 +02:00
parent e886cc2dad
commit aa3a658bb1
1 changed files with 3 additions and 0 deletions

View File

@ -170,6 +170,9 @@
a {
color: inherit;
}
.btn {
float: none;
}
}
dt {
color: scale-color($primary, $lightness: 75%);