Fix overflowing error screen message

pull/1/head
yflory 2021-10-12 17:02:38 +02:00
parent f432852a86
commit 9e1831bbeb
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@
color: @cp_loading-fg;
text-align: left;
display: none;
overflow-y: auto;
a {
color: @cp_loading-link;
}