Skip to content
Snippets Groups Projects
Unverified Commit 503eab1c authored by ThibG's avatar ThibG Committed by GitHub
Browse files

Fix too large announcements not being scrollable in web UI (#13211)

parent e69a3f54
No related branches found
No related tags found
No related merge requests found
......@@ -870,6 +870,7 @@
.announcements__item__content {
word-wrap: break-word;
overflow-y: auto;
.emojione {
width: 20px;
......@@ -6676,17 +6677,21 @@ noscript {
box-sizing: border-box;
width: 100%;
padding: 15px;
padding-right: 15px + 18px;
position: relative;
font-size: 15px;
line-height: 20px;
word-wrap: break-word;
font-weight: 400;
max-height: 50vh;
overflow: hidden;
display: flex;
flex-direction: column;
&__range {
display: block;
font-weight: 500;
margin-bottom: 10px;
padding-right: 18px;
}
&__unread {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment