diff --git a/static/contacts_manager.html b/static/contacts_manager.html index 13c58a6..c5ecc49 100644 --- a/static/contacts_manager.html +++ b/static/contacts_manager.html @@ -126,15 +126,16 @@ } .blessing-text { cursor: pointer; - max-width: 300px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - display: inline-block; + max-width: 400px; color: #198754; + white-space: pre-wrap; + word-break: break-word; + font-size: 12px; + line-height: 1.5; } .blessing-text:hover { text-decoration: underline; + background: #f8f9fa; } .pagination-container { margin-top: 20px; @@ -318,7 +319,7 @@