added ellipsis for long backup titles

This commit is contained in:
Gani Georgiev
2023-08-28 21:05:35 +03:00
parent bde7a86b30
commit 17974d534e
32 changed files with 46 additions and 40 deletions
@@ -72,7 +72,7 @@
on:hide
>
<svelte:fragment slot="header">
<h4 class="center txt-break">Restore <strong>{name}</strong></h4>
<h4 class="popup-title txt-ellipsis">Restore <strong>{name}</strong></h4>
</svelte:fragment>
<div class="alert alert-danger">
@@ -124,3 +124,9 @@
</button>
</svelte:fragment>
</OverlayPanel>
<style>
.popup-title {
max-width: 80%;
}
</style>