BUGFIX: max-height on user bio in user-card/profile

This commit is contained in:
Régis Hanol 2014-06-30 23:41:38 +02:00
parent 15120bb583
commit b6d775f3ac
2 changed files with 9 additions and 1 deletions

View File

@ -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;

View File

@ -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;