[UI] Fixing issue where notices wouldn't break text

This commit is contained in:
rainydaysavings 2020-08-20 22:32:55 +01:00 committed by Hugo Sales
parent 396af498a2
commit 99ac4dc2a3
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
3 changed files with 3 additions and 6 deletions

View File

@ -115,8 +115,7 @@
height: auto;
}
.notice-content {
flex-grow: 1;
flex-shrink: 0;
word-break: break-word;
padding: var(--small-size);
border-radius: 0 0 var(--small-size) var(--small-size);
}

View File

@ -115,8 +115,7 @@
height: auto;
}
.notice-content {
flex-grow: 1;
flex-shrink: 0;
word-break: break-word;
padding: var(--small-size);
border-radius: 0 0 var(--small-size) var(--small-size);
}

View File

@ -115,8 +115,7 @@
height: auto;
}
.notice-content {
flex-grow: 1;
flex-shrink: 0;
word-break: break-word;
padding: var(--small-size);
border-radius: 0 0 var(--small-size) var(--small-size);
}