mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
remove float from the 'show email' button on user's profile on mobile
This commit is contained in:
parent
e886cc2dad
commit
aa3a658bb1
1 changed files with 3 additions and 0 deletions
|
@ -170,6 +170,9 @@
|
|||
a {
|
||||
color: inherit;
|
||||
}
|
||||
.btn {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
dt {
|
||||
color: scale-color($primary, $lightness: 75%);
|
||||
|
|
Loading…
Reference in a new issue