mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:54:16 +08:00
remove float from the 'show email' button on user's profile on mobile
This commit is contained in:
parent
e886cc2dad
commit
aa3a658bb1
|
@ -170,6 +170,9 @@
|
|||
a {
|
||||
color: inherit;
|
||||
}
|
||||
.btn {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
dt {
|
||||
color: scale-color($primary, $lightness: 75%);
|
||||
|
|
Loading…
Reference in New Issue
Block a user