fix css for hovercards in notifications, and people with long names
This commit is contained in:
parent
4dc4c67edd
commit
b70f684efc
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
float: left;
|
||||||
height: 70px !important;
|
height: 70px !important;
|
||||||
width: 70px !important;
|
width: 70px !important;
|
||||||
top: 0 !important;
|
top: 0 !important;
|
||||||
|
|
@ -28,8 +29,10 @@
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue