mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 11:52:45 +08:00
BUGFIX: max-height on user bio in user-card/profile
This commit is contained in:
parent
15120bb583
commit
b6d775f3ac
|
@ -62,6 +62,12 @@
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bio {
|
||||||
|
max-height: 100px;
|
||||||
|
overflow: auto;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
img.avatar {
|
img.avatar {
|
||||||
float: left;
|
float: left;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
|
|
@ -193,7 +193,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
float: left;
|
float: left;
|
||||||
width: 65%;
|
width: 78%;
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
|
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
|
||||||
|
|
||||||
|
@ -202,6 +202,8 @@
|
||||||
.bio {
|
.bio {
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
|
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
|
||||||
|
max-height: 300px;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
a[href] {
|
a[href] {
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user