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;
|
||||
}
|
||||
|
||||
.bio {
|
||||
max-height: 100px;
|
||||
overflow: auto;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
img.avatar {
|
||||
float: left;
|
||||
padding-right: 10px;
|
||||
|
|
|
@ -193,7 +193,7 @@
|
|||
position: relative;
|
||||
margin-top: 20px;
|
||||
float: left;
|
||||
width: 65%;
|
||||
width: 78%;
|
||||
color: $secondary;
|
||||
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
|
||||
|
||||
|
@ -202,6 +202,8 @@
|
|||
.bio {
|
||||
color: $secondary;
|
||||
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
|
||||
a[href] {
|
||||
color: $secondary;
|
||||
|
|
Loading…
Reference in New Issue