Skip to content

Commit

Permalink
Don't overflow on notification table
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusted committed Apr 26, 2022
1 parent 5689d9f commit bed6577
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions web_src/less/_user.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
display: block;
font-weight: 600;
font-size: 1.3rem;
margin-top: -.2rem;
margin-top: -0.2rem;
line-height: 1.3rem;
}

Expand Down Expand Up @@ -47,7 +47,7 @@

#profile-avatar {
background: none;
padding: 1rem 1rem .25rem;
padding: 1rem 1rem 0.25rem;

img {
width: 100%;
Expand Down Expand Up @@ -175,3 +175,7 @@
max-width: 60px;
}
}

#notification_div .tab.segment {
overflow-x: scroll;
}

0 comments on commit bed6577

Please sign in to comment.