Don't overflow on notification table
This commit is contained in:
parent
5689d9f362
commit
bed6577d09
1 changed files with 6 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
display: block;
|
display: block;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
margin-top: -.2rem;
|
margin-top: -0.2rem;
|
||||||
line-height: 1.3rem;
|
line-height: 1.3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
#profile-avatar {
|
#profile-avatar {
|
||||||
background: none;
|
background: none;
|
||||||
padding: 1rem 1rem .25rem;
|
padding: 1rem 1rem 0.25rem;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -175,3 +175,7 @@
|
||||||
max-width: 60px;
|
max-width: 60px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#notification_div .tab.segment {
|
||||||
|
overflow-x: scroll;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue