From 0386ca0d2600a59714ef00647e39ef160489c922 Mon Sep 17 00:00:00 2001 From: "tiago.kayaya" Date: Thu, 30 Sep 2021 15:53:41 +0100 Subject: [PATCH] save --- src/global.scss | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/src/global.scss b/src/global.scss index 13a3b12f4..a837a721a 100644 --- a/src/global.scss +++ b/src/global.scss @@ -1103,6 +1103,12 @@ ngx-mat-datetime-content{ } } +.add-ellipsis{ + white-space: nowrap; + overflow: hidden !important; + text-overflow: ellipsis !important; +} + .menuButton{ font-size: 14px; width: 100%; @@ -1119,22 +1125,29 @@ ngx-mat-datetime-content{ background-color: #42b9fe13; padding: 1px; .file{ + width: 100%; + align-items: center; + overflow: auto; + color: #000; + ion-thumbnail{ --size: 20px; } .file-details{ - max-width: calc(100% - 20px); + max-width: 100%; padding-left: 5px; + /* .file-title{ + padding-left: 5px; + } */ + .file-title:hover{ color: #0782c9; text-decoration: underline; } span{ - white-space: nowrap; - overflow: hidden !important; - text-overflow: ellipsis !important; + padding-right: 5px; } } }