Skip to content

Commit bed6577

Browse files
author
Gusted
committed
Don't overflow on notification table
1 parent 5689d9f commit bed6577

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

web_src/less/_user.less

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
display: block;
88
font-weight: 600;
99
font-size: 1.3rem;
10-
margin-top: -.2rem;
10+
margin-top: -0.2rem;
1111
line-height: 1.3rem;
1212
}
1313

@@ -47,7 +47,7 @@
4747

4848
#profile-avatar {
4949
background: none;
50-
padding: 1rem 1rem .25rem;
50+
padding: 1rem 1rem 0.25rem;
5151

5252
img {
5353
width: 100%;
@@ -175,3 +175,7 @@
175175
max-width: 60px;
176176
}
177177
}
178+
179+
#notification_div .tab.segment {
180+
overflow-x: scroll;
181+
}

0 commit comments

Comments
 (0)