Fix text wrapping in modal title

This commit is contained in:
2023-11-16 14:48:15 +01:00
parent d62fc8059e
commit adbf92d0f3
5 changed files with 14 additions and 11 deletions

View File

@@ -180,7 +180,7 @@ const leave_confirmation = e => {
max-height: 50%;
right: 20px;
bottom: 20px;
border-radius: 20px 20px 8px 8px;
border-radius: 8px;
overflow: hidden;
box-shadow: 1px 1px 8px var(--shadow_color);
}